pub struct StorageVersion(/* private fields */);Expand description
Optional object-version marker for document retention and supersession audits.
Implementations§
Source§impl StorageVersion
impl StorageVersion
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for StorageVersion
impl Clone for StorageVersion
Source§fn clone(&self) -> StorageVersion
fn clone(&self) -> StorageVersion
Returns a duplicate of the value. Read more
1.0.0 · 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 StorageVersion
impl Debug for StorageVersion
Source§impl<'de> Deserialize<'de> for StorageVersion
impl<'de> Deserialize<'de> for StorageVersion
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for StorageVersion
impl Hash for StorageVersion
Source§impl Ord for StorageVersion
impl Ord for StorageVersion
Source§fn cmp(&self, other: &StorageVersion) -> Ordering
fn cmp(&self, other: &StorageVersion) -> Ordering
1.21.0 · 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 StorageVersion
impl PartialEq for StorageVersion
Source§impl PartialOrd for StorageVersion
impl PartialOrd for StorageVersion
Source§impl Serialize for StorageVersion
impl Serialize for StorageVersion
impl Eq for StorageVersion
impl StructuralPartialEq for StorageVersion
Auto Trait Implementations§
impl Freeze for StorageVersion
impl RefUnwindSafe for StorageVersion
impl Send for StorageVersion
impl Sync for StorageVersion
impl Unpin for StorageVersion
impl UnsafeUnpin for StorageVersion
impl UnwindSafe for StorageVersion
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