pub struct ScopeVersion(/* private fields */);Expand description
Version of membership rules for one scope.
Implementations§
Source§impl ScopeVersion
impl ScopeVersion
Trait Implementations§
Source§impl Clone for ScopeVersion
impl Clone for ScopeVersion
Source§fn clone(&self) -> ScopeVersion
fn clone(&self) -> ScopeVersion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScopeVersion
Source§impl Debug for ScopeVersion
impl Debug for ScopeVersion
Source§impl<'de> Deserialize<'de> for ScopeVersion
impl<'de> Deserialize<'de> for ScopeVersion
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
impl Eq for ScopeVersion
Source§impl Hash for ScopeVersion
impl Hash for ScopeVersion
Source§impl Ord for ScopeVersion
impl Ord for ScopeVersion
Source§fn cmp(&self, other: &ScopeVersion) -> Ordering
fn cmp(&self, other: &ScopeVersion) -> Ordering
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 ScopeVersion
impl PartialEq for ScopeVersion
Source§impl PartialOrd for ScopeVersion
impl PartialOrd for ScopeVersion
Source§impl Serialize for ScopeVersion
impl Serialize for ScopeVersion
impl StructuralPartialEq for ScopeVersion
Auto Trait Implementations§
impl Freeze for ScopeVersion
impl RefUnwindSafe for ScopeVersion
impl Send for ScopeVersion
impl Sync for ScopeVersion
impl Unpin for ScopeVersion
impl UnsafeUnpin for ScopeVersion
impl UnwindSafe for ScopeVersion
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