pub struct ContentStoreId(/* private fields */);Expand description
Durable id for an immutable content store.
Content stores own file bytes. Namespaces point at content stores.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ContentStoreId
impl AsRef<str> for ContentStoreId
Source§impl Borrow<str> for ContentStoreId
impl Borrow<str> for ContentStoreId
Source§impl Clone for ContentStoreId
impl Clone for ContentStoreId
Source§fn clone(&self) -> ContentStoreId
fn clone(&self) -> ContentStoreId
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 ContentStoreId
impl Debug for ContentStoreId
Source§impl<'de> Deserialize<'de> for ContentStoreId
impl<'de> Deserialize<'de> for ContentStoreId
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 ContentStoreId
impl Display for ContentStoreId
impl Eq for ContentStoreId
Source§impl FromStr for ContentStoreId
impl FromStr for ContentStoreId
Source§impl Hash for ContentStoreId
impl Hash for ContentStoreId
Source§impl Ord for ContentStoreId
impl Ord for ContentStoreId
Source§fn cmp(&self, other: &ContentStoreId) -> Ordering
fn cmp(&self, other: &ContentStoreId) -> 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 ContentStoreId
impl PartialEq for ContentStoreId
Source§impl PartialOrd for ContentStoreId
impl PartialOrd for ContentStoreId
Source§impl Serialize for ContentStoreId
impl Serialize for ContentStoreId
impl StructuralPartialEq for ContentStoreId
Source§impl TryFrom<&str> for ContentStoreId
impl TryFrom<&str> for ContentStoreId
Auto Trait Implementations§
impl Freeze for ContentStoreId
impl RefUnwindSafe for ContentStoreId
impl Send for ContentStoreId
impl Sync for ContentStoreId
impl Unpin for ContentStoreId
impl UnsafeUnpin for ContentStoreId
impl UnwindSafe for ContentStoreId
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