pub struct SourceConfigurationVersion(/* private fields */);Expand description
A positive source-configuration version representable by SQLite.
Implementations§
Trait Implementations§
Source§impl Clone for SourceConfigurationVersion
impl Clone for SourceConfigurationVersion
impl Copy for SourceConfigurationVersion
Source§impl Debug for SourceConfigurationVersion
impl Debug for SourceConfigurationVersion
Source§impl<'de> Deserialize<'de> for SourceConfigurationVersion
impl<'de> Deserialize<'de> for SourceConfigurationVersion
Source§fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SourceConfigurationVersion
Source§impl Hash for SourceConfigurationVersion
impl Hash for SourceConfigurationVersion
Source§impl Ord for SourceConfigurationVersion
impl Ord for SourceConfigurationVersion
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for SourceConfigurationVersion
impl PartialOrd for SourceConfigurationVersion
impl StructuralPartialEq for SourceConfigurationVersion
Auto Trait Implementations§
impl Freeze for SourceConfigurationVersion
impl RefUnwindSafe for SourceConfigurationVersion
impl Send for SourceConfigurationVersion
impl Sync for SourceConfigurationVersion
impl Unpin for SourceConfigurationVersion
impl UnsafeUnpin for SourceConfigurationVersion
impl UnwindSafe for SourceConfigurationVersion
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