pub struct ConfigVersion(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl ConfigVersion
impl ConfigVersion
pub const V1: Self
pub const CURRENT: Self
pub fn is_compatible(&self, other: &Self) -> bool
pub fn needs_migration(&self, target: &Self) -> bool
Trait Implementations§
Source§impl Clone for ConfigVersion
impl Clone for ConfigVersion
Source§fn clone(&self) -> ConfigVersion
fn clone(&self) -> ConfigVersion
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 ConfigVersion
impl Debug for ConfigVersion
Source§impl Default for ConfigVersion
impl Default for ConfigVersion
Source§impl<'de> Deserialize<'de> for ConfigVersion
impl<'de> Deserialize<'de> for ConfigVersion
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 Display for ConfigVersion
impl Display for ConfigVersion
Source§impl Ord for ConfigVersion
impl Ord for ConfigVersion
Source§fn cmp(&self, other: &ConfigVersion) -> Ordering
fn cmp(&self, other: &ConfigVersion) -> 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 ConfigVersion
impl PartialEq for ConfigVersion
Source§impl PartialOrd for ConfigVersion
impl PartialOrd for ConfigVersion
Source§impl Serialize for ConfigVersion
impl Serialize for ConfigVersion
impl Copy for ConfigVersion
impl Eq for ConfigVersion
impl StructuralPartialEq for ConfigVersion
Auto Trait Implementations§
impl Freeze for ConfigVersion
impl RefUnwindSafe for ConfigVersion
impl Send for ConfigVersion
impl Sync for ConfigVersion
impl Unpin for ConfigVersion
impl UnwindSafe for ConfigVersion
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.