Struct term_detect::Terminal
source · pub struct Terminal(pub String);
Expand description
Simple wrapper around a String
Tuple Fields§
§0: String
Trait Implementations§
source§impl Ord for Terminal
impl Ord for Terminal
source§impl PartialEq<Terminal> for Terminal
impl PartialEq<Terminal> for Terminal
source§impl PartialOrd<Terminal> for Terminal
impl PartialOrd<Terminal> for Terminal
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Terminal
impl StructuralEq for Terminal
impl StructuralPartialEq for Terminal
Auto Trait Implementations§
impl RefUnwindSafe for Terminal
impl Send for Terminal
impl Sync for Terminal
impl Unpin for Terminal
impl UnwindSafe for Terminal
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