pub struct RawDirectoryComponent(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Component for RawDirectoryComponent
impl Component for RawDirectoryComponent
Auto Trait Implementations§
impl Freeze for RawDirectoryComponent
impl RefUnwindSafe for RawDirectoryComponent
impl Send for RawDirectoryComponent
impl Sync for RawDirectoryComponent
impl Unpin for RawDirectoryComponent
impl UnwindSafe for RawDirectoryComponent
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