pub struct BtrfsLabel { /* private fields */ }Trait Implementations§
Source§impl Clone for BtrfsLabel
impl Clone for BtrfsLabel
impl Copy for BtrfsLabel
Auto Trait Implementations§
impl Freeze for BtrfsLabel
impl RefUnwindSafe for BtrfsLabel
impl Send for BtrfsLabel
impl Sync for BtrfsLabel
impl Unpin for BtrfsLabel
impl UnsafeUnpin for BtrfsLabel
impl UnwindSafe for BtrfsLabel
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