pub struct AtGeneration(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for AtGeneration
impl Clone for AtGeneration
Source§fn clone(&self) -> AtGeneration
fn clone(&self) -> AtGeneration
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 AtGeneration
Source§impl Debug for AtGeneration
impl Debug for AtGeneration
impl Eq for AtGeneration
Source§impl Hash for AtGeneration
impl Hash for AtGeneration
Source§impl PartialEq for AtGeneration
impl PartialEq for AtGeneration
impl StructuralPartialEq for AtGeneration
Auto Trait Implementations§
impl Freeze for AtGeneration
impl RefUnwindSafe for AtGeneration
impl Send for AtGeneration
impl Sync for AtGeneration
impl Unpin for AtGeneration
impl UnsafeUnpin for AtGeneration
impl UnwindSafe for AtGeneration
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