pub struct SubvolumeSearchResult {
pub root_id: u64,
}Expand description
Result of searching the UUID tree for a subvolume.
Fields§
§root_id: u64The root ID (subvolume ID) found in the UUID tree.
Trait Implementations§
Source§impl Clone for SubvolumeSearchResult
impl Clone for SubvolumeSearchResult
Source§fn clone(&self) -> SubvolumeSearchResult
fn clone(&self) -> SubvolumeSearchResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SubvolumeSearchResult
impl RefUnwindSafe for SubvolumeSearchResult
impl Send for SubvolumeSearchResult
impl Sync for SubvolumeSearchResult
impl Unpin for SubvolumeSearchResult
impl UnsafeUnpin for SubvolumeSearchResult
impl UnwindSafe for SubvolumeSearchResult
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