pub struct ProfileVersion(/* private fields */);Expand description
A positive profile resource version representable by SQLite.
Implementations§
Trait Implementations§
Source§impl Clone for ProfileVersion
impl Clone for ProfileVersion
impl Copy for ProfileVersion
Source§impl Debug for ProfileVersion
impl Debug for ProfileVersion
Source§impl<'de> Deserialize<'de> for ProfileVersion
impl<'de> Deserialize<'de> for ProfileVersion
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 ProfileVersion
Source§impl From<ProfileVersion> for i64
impl From<ProfileVersion> for i64
Source§fn from(value: ProfileVersion) -> Self
fn from(value: ProfileVersion) -> Self
Converts to this type from the input type.
Source§impl Hash for ProfileVersion
impl Hash for ProfileVersion
Source§impl Ord for ProfileVersion
impl Ord for ProfileVersion
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 PartialEq for ProfileVersion
impl PartialEq for ProfileVersion
Source§impl PartialOrd for ProfileVersion
impl PartialOrd for ProfileVersion
Source§impl Serialize for ProfileVersion
impl Serialize for ProfileVersion
impl StructuralPartialEq for ProfileVersion
Auto Trait Implementations§
impl Freeze for ProfileVersion
impl RefUnwindSafe for ProfileVersion
impl Send for ProfileVersion
impl Sync for ProfileVersion
impl Unpin for ProfileVersion
impl UnsafeUnpin for ProfileVersion
impl UnwindSafe for ProfileVersion
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