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