pub struct PolicyGeneration(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PolicyGeneration
impl Clone for PolicyGeneration
Source§fn clone(&self) -> PolicyGeneration
fn clone(&self) -> PolicyGeneration
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 PolicyGeneration
Source§impl Debug for PolicyGeneration
impl Debug for PolicyGeneration
Source§impl Default for PolicyGeneration
impl Default for PolicyGeneration
Source§fn default() -> PolicyGeneration
fn default() -> PolicyGeneration
Returns the “default value” for a type. Read more
impl Eq for PolicyGeneration
Source§impl From<u64> for PolicyGeneration
impl From<u64> for PolicyGeneration
Source§impl Hash for PolicyGeneration
impl Hash for PolicyGeneration
Source§impl Ord for PolicyGeneration
impl Ord for PolicyGeneration
Source§fn cmp(&self, other: &PolicyGeneration) -> Ordering
fn cmp(&self, other: &PolicyGeneration) -> 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
Source§impl PartialEq for PolicyGeneration
impl PartialEq for PolicyGeneration
Source§impl PartialOrd for PolicyGeneration
impl PartialOrd for PolicyGeneration
impl StructuralPartialEq for PolicyGeneration
Auto Trait Implementations§
impl Freeze for PolicyGeneration
impl RefUnwindSafe for PolicyGeneration
impl Send for PolicyGeneration
impl Sync for PolicyGeneration
impl Unpin for PolicyGeneration
impl UnsafeUnpin for PolicyGeneration
impl UnwindSafe for PolicyGeneration
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