pub enum ContentRefKind {
BlobV1,
}Expand description
A supported content reference kind serialized as a string.
Variants§
BlobV1
One immutable content object, addressed by its random content id.
Implementations§
Trait Implementations§
Source§impl Clone for ContentRefKind
impl Clone for ContentRefKind
Source§impl Debug for ContentRefKind
impl Debug for ContentRefKind
Source§impl<'de> Deserialize<'de> for ContentRefKind
impl<'de> Deserialize<'de> for ContentRefKind
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
Source§impl Display for ContentRefKind
impl Display for ContentRefKind
impl Eq for ContentRefKind
Source§impl Hash for ContentRefKind
impl Hash for ContentRefKind
Source§impl PartialEq for ContentRefKind
impl PartialEq for ContentRefKind
Source§impl Serialize for ContentRefKind
impl Serialize for ContentRefKind
impl StructuralPartialEq for ContentRefKind
Auto Trait Implementations§
impl Freeze for ContentRefKind
impl RefUnwindSafe for ContentRefKind
impl Send for ContentRefKind
impl Sync for ContentRefKind
impl Unpin for ContentRefKind
impl UnsafeUnpin for ContentRefKind
impl UnwindSafe for ContentRefKind
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