pub struct MountIndex {
pub tar_entries: Vec<TarEntry>,
}Fields§
§tar_entries: Vec<TarEntry>Trait Implementations§
Source§impl Clone for MountIndex
impl Clone for MountIndex
Source§fn clone(&self) -> MountIndex
fn clone(&self) -> MountIndex
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 moreSource§impl Debug for MountIndex
impl Debug for MountIndex
Source§impl<'de> Deserialize<'de> for MountIndex
impl<'de> Deserialize<'de> for MountIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MountIndex
Source§impl Hash for MountIndex
impl Hash for MountIndex
Source§impl PartialEq for MountIndex
impl PartialEq for MountIndex
Source§fn eq(&self, other: &MountIndex) -> bool
fn eq(&self, other: &MountIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MountIndex
impl Serialize for MountIndex
impl StructuralPartialEq for MountIndex
Auto Trait Implementations§
impl Freeze for MountIndex
impl RefUnwindSafe for MountIndex
impl Send for MountIndex
impl Sync for MountIndex
impl Unpin for MountIndex
impl UnsafeUnpin for MountIndex
impl UnwindSafe for MountIndex
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