pub struct DirectoryComponent(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Component for DirectoryComponent
impl Component for DirectoryComponent
Auto Trait Implementations§
impl Freeze for DirectoryComponent
impl !RefUnwindSafe for DirectoryComponent
impl !Send for DirectoryComponent
impl !Sync for DirectoryComponent
impl Unpin for DirectoryComponent
impl !UnwindSafe for DirectoryComponent
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