pub struct Labelling {
pub label: String,
pub fs_name: String,
}
Expand description
the labelling of a file-system, that is the pair (label, fs)
Fields§
§label: String
§fs_name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Labelling
impl RefUnwindSafe for Labelling
impl Send for Labelling
impl Sync for Labelling
impl Unpin for Labelling
impl UnwindSafe for Labelling
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