pub struct DirectoryListBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct DirectoryList
objects.
Implementations§
Auto Trait Implementations§
impl Freeze for DirectoryListBuilder
impl RefUnwindSafe for DirectoryListBuilder
impl !Send for DirectoryListBuilder
impl !Sync for DirectoryListBuilder
impl Unpin 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