pub struct TerminalGeneration(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for TerminalGeneration
impl Clone for TerminalGeneration
Source§fn clone(&self) -> TerminalGeneration
fn clone(&self) -> TerminalGeneration
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 TerminalGeneration
Source§impl Debug for TerminalGeneration
impl Debug for TerminalGeneration
Source§impl Display for TerminalGeneration
impl Display for TerminalGeneration
impl Eq for TerminalGeneration
Source§impl Hash for TerminalGeneration
impl Hash for TerminalGeneration
Source§impl Ord for TerminalGeneration
impl Ord for TerminalGeneration
Source§fn cmp(&self, other: &TerminalGeneration) -> Ordering
fn cmp(&self, other: &TerminalGeneration) -> 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 TerminalGeneration
impl PartialEq for TerminalGeneration
Source§impl PartialOrd for TerminalGeneration
impl PartialOrd for TerminalGeneration
impl StructuralPartialEq for TerminalGeneration
Auto Trait Implementations§
impl Freeze for TerminalGeneration
impl RefUnwindSafe for TerminalGeneration
impl Send for TerminalGeneration
impl Sync for TerminalGeneration
impl Unpin for TerminalGeneration
impl UnsafeUnpin for TerminalGeneration
impl UnwindSafe for TerminalGeneration
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