#[repr(u8)]pub enum ManifestOwnerKind {
State = 0,
StateAttachment = 1,
}Expand description
What a content root is bound to.
Distinct from super::node::ManifestObjectKind on purpose: leaves name
content (blobs and trees), while owners name the publication unit.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ManifestOwnerKind
impl Clone for ManifestOwnerKind
Source§fn clone(&self) -> ManifestOwnerKind
fn clone(&self) -> ManifestOwnerKind
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 ManifestOwnerKind
Source§impl Debug for ManifestOwnerKind
impl Debug for ManifestOwnerKind
impl Eq for ManifestOwnerKind
Source§impl Hash for ManifestOwnerKind
impl Hash for ManifestOwnerKind
Source§impl Ord for ManifestOwnerKind
impl Ord for ManifestOwnerKind
Source§fn cmp(&self, other: &ManifestOwnerKind) -> Ordering
fn cmp(&self, other: &ManifestOwnerKind) -> Ordering
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
Source§impl PartialEq for ManifestOwnerKind
impl PartialEq for ManifestOwnerKind
Source§impl PartialOrd for ManifestOwnerKind
impl PartialOrd for ManifestOwnerKind
impl StructuralPartialEq for ManifestOwnerKind
Auto Trait Implementations§
impl Freeze for ManifestOwnerKind
impl RefUnwindSafe for ManifestOwnerKind
impl Send for ManifestOwnerKind
impl Sync for ManifestOwnerKind
impl Unpin for ManifestOwnerKind
impl UnsafeUnpin for ManifestOwnerKind
impl UnwindSafe for ManifestOwnerKind
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