pub struct ParsedSubvolumeFlags(/* private fields */);Expand description
Wrapper around SubvolumeFlags that implements FromStr for clap parsing.
Trait Implementations§
Source§impl Clone for ParsedSubvolumeFlags
impl Clone for ParsedSubvolumeFlags
Source§fn clone(&self) -> ParsedSubvolumeFlags
fn clone(&self) -> ParsedSubvolumeFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParsedSubvolumeFlags
Source§impl Debug for ParsedSubvolumeFlags
impl Debug for ParsedSubvolumeFlags
Auto Trait Implementations§
impl Freeze for ParsedSubvolumeFlags
impl RefUnwindSafe for ParsedSubvolumeFlags
impl Send for ParsedSubvolumeFlags
impl Sync for ParsedSubvolumeFlags
impl Unpin for ParsedSubvolumeFlags
impl UnsafeUnpin for ParsedSubvolumeFlags
impl UnwindSafe for ParsedSubvolumeFlags
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