pub struct DirectoryListBuilder { /* private fields */ }Expand description
A builder-pattern type to construct DirectoryList objects.
Implementations§
Source§impl DirectoryListBuilder
impl DirectoryListBuilder
pub fn build(self) -> DirectoryList
pub fn attributes(self, attributes: &str) -> Self
pub fn file(self, file: &impl IsA<File>) -> Self
pub fn io_priority(self, io_priority: Priority) -> Self
pub fn monitored(self, monitored: bool) -> Self
Auto Trait Implementations§
impl !Send for DirectoryListBuilder
impl !Sync for DirectoryListBuilder
impl Freeze for DirectoryListBuilder
impl RefUnwindSafe for DirectoryListBuilder
impl Unpin for DirectoryListBuilder
impl UnsafeUnpin for DirectoryListBuilder
impl UnwindSafe for DirectoryListBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more