pub struct ActorGeneration(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for ActorGeneration
impl Clone for ActorGeneration
Source§fn clone(&self) -> ActorGeneration
fn clone(&self) -> ActorGeneration
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 ActorGeneration
Source§impl Debug for ActorGeneration
impl Debug for ActorGeneration
impl Eq for ActorGeneration
Source§impl Hash for ActorGeneration
impl Hash for ActorGeneration
Source§impl Ord for ActorGeneration
impl Ord for ActorGeneration
Source§fn cmp(&self, other: &ActorGeneration) -> Ordering
fn cmp(&self, other: &ActorGeneration) -> 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 ActorGeneration
impl PartialEq for ActorGeneration
Source§fn eq(&self, other: &ActorGeneration) -> bool
fn eq(&self, other: &ActorGeneration) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ActorGeneration
impl PartialOrd for ActorGeneration
impl StructuralPartialEq for ActorGeneration
Auto Trait Implementations§
impl Freeze for ActorGeneration
impl RefUnwindSafe for ActorGeneration
impl Send for ActorGeneration
impl Sync for ActorGeneration
impl Unpin for ActorGeneration
impl UnsafeUnpin for ActorGeneration
impl UnwindSafe for ActorGeneration
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