pub enum MetadataFamilyGroup {
Bindings,
Revisions,
Inodes,
Tombstones,
ActiveDeletions,
CommitReceipts,
ContentPublications,
Attributes,
Access,
}Expand description
Metadata families merged together as one consistency unit.
Variants§
Bindings
Directory bindings, their child index, and unbinds.
Revisions
File revisions.
Inodes
Inodes.
Tombstones
Tombstones.
ActiveDeletions
Active deletions.
CommitReceipts
Commit receipts.
ContentPublications
Preserves evidence that content was published.
Attributes
Attributes.
Access
Access rows.
Implementations§
Source§impl MetadataFamilyGroup
impl MetadataFamilyGroup
Trait Implementations§
Source§impl Clone for MetadataFamilyGroup
impl Clone for MetadataFamilyGroup
impl Copy for MetadataFamilyGroup
Source§impl Debug for MetadataFamilyGroup
impl Debug for MetadataFamilyGroup
Source§impl<'de> Deserialize<'de> for MetadataFamilyGroup
impl<'de> Deserialize<'de> for MetadataFamilyGroup
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 MetadataFamilyGroup
Source§impl Ord for MetadataFamilyGroup
impl Ord for MetadataFamilyGroup
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for MetadataFamilyGroup
impl PartialEq for MetadataFamilyGroup
Source§impl PartialOrd for MetadataFamilyGroup
impl PartialOrd for MetadataFamilyGroup
Source§impl Serialize for MetadataFamilyGroup
impl Serialize for MetadataFamilyGroup
impl StructuralPartialEq for MetadataFamilyGroup
Auto Trait Implementations§
impl Freeze for MetadataFamilyGroup
impl RefUnwindSafe for MetadataFamilyGroup
impl Send for MetadataFamilyGroup
impl Sync for MetadataFamilyGroup
impl Unpin for MetadataFamilyGroup
impl UnsafeUnpin for MetadataFamilyGroup
impl UnwindSafe for MetadataFamilyGroup
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