pub struct ContentStoreState {
pub content_store_id: ContentStoreId,
pub created_at_ms: u64,
}Expand description
Identifies a content domain in its physical backend.
Fields§
§content_store_id: ContentStoreIdDomain whose objects share this descriptor’s prefix.
created_at_ms: u64Unix-millisecond stamp from the domain’s creation context.
Trait Implementations§
Source§impl Clone for ContentStoreState
impl Clone for ContentStoreState
Source§impl Debug for ContentStoreState
impl Debug for ContentStoreState
Source§impl<'de> Deserialize<'de> for ContentStoreState
impl<'de> Deserialize<'de> for ContentStoreState
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 ContentStoreState
Source§impl PartialEq for ContentStoreState
impl PartialEq for ContentStoreState
Source§impl Serialize for ContentStoreState
impl Serialize for ContentStoreState
impl StructuralPartialEq for ContentStoreState
Auto Trait Implementations§
impl Freeze for ContentStoreState
impl RefUnwindSafe for ContentStoreState
impl Send for ContentStoreState
impl Sync for ContentStoreState
impl Unpin for ContentStoreState
impl UnsafeUnpin for ContentStoreState
impl UnwindSafe for ContentStoreState
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