pub struct TerminalId(/* private fields */);
Expand description
A unique terminal identifier.
Implementations§
Source§impl TerminalId
impl TerminalId
Trait Implementations§
Source§impl Clone for TerminalId
impl Clone for TerminalId
Source§fn clone(&self) -> TerminalId
fn clone(&self) -> TerminalId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TerminalId
impl Debug for TerminalId
Source§impl Display for TerminalId
impl Display for TerminalId
Source§impl From<TerminalId> for Symbol
impl From<TerminalId> for Symbol
Source§fn from(id: TerminalId) -> Symbol
fn from(id: TerminalId) -> Symbol
Converts to this type from the input type.
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 · 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 Copy for TerminalId
impl Eq 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.