pub struct ProviderSchemaVersion(/* private fields */);Expand description
Provider schema version observed for an imported payload.
Implementations§
Trait Implementations§
Source§impl Clone for ProviderSchemaVersion
impl Clone for ProviderSchemaVersion
Source§fn clone(&self) -> ProviderSchemaVersion
fn clone(&self) -> ProviderSchemaVersion
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 ProviderSchemaVersion
impl Debug for ProviderSchemaVersion
Source§impl<'de> Deserialize<'de> for ProviderSchemaVersion
impl<'de> Deserialize<'de> for ProviderSchemaVersion
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 From<ProviderSchemaVersion> for SchemaVersion
impl From<ProviderSchemaVersion> for SchemaVersion
Source§fn from(value: ProviderSchemaVersion) -> Self
fn from(value: ProviderSchemaVersion) -> Self
Converts to this type from the input type.
Source§impl Hash for ProviderSchemaVersion
impl Hash for ProviderSchemaVersion
Source§impl Ord for ProviderSchemaVersion
impl Ord for ProviderSchemaVersion
Source§fn cmp(&self, other: &ProviderSchemaVersion) -> Ordering
fn cmp(&self, other: &ProviderSchemaVersion) -> 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 ProviderSchemaVersion
impl PartialEq for ProviderSchemaVersion
Source§impl PartialOrd for ProviderSchemaVersion
impl PartialOrd for ProviderSchemaVersion
Source§impl Serialize for ProviderSchemaVersion
impl Serialize for ProviderSchemaVersion
impl Eq for ProviderSchemaVersion
impl StructuralPartialEq for ProviderSchemaVersion
Auto Trait Implementations§
impl Freeze for ProviderSchemaVersion
impl RefUnwindSafe for ProviderSchemaVersion
impl Send for ProviderSchemaVersion
impl Sync for ProviderSchemaVersion
impl Unpin for ProviderSchemaVersion
impl UnsafeUnpin for ProviderSchemaVersion
impl UnwindSafe for ProviderSchemaVersion
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