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