pub struct SetTitle<T>(pub T);
Expand description
A command that sets the terminal title
§Notes
Commands must be executed/queued for execution otherwise they do nothing.
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T: PartialEq> PartialEq for SetTitle<T>
impl<T: PartialEq> PartialEq for SetTitle<T>
impl<T: Copy> Copy for SetTitle<T>
impl<T: Eq> Eq for SetTitle<T>
impl<T> StructuralPartialEq for SetTitle<T>
Auto Trait Implementations§
impl<T> Freeze for SetTitle<T>where
T: Freeze,
impl<T> RefUnwindSafe for SetTitle<T>where
T: RefUnwindSafe,
impl<T> Send for SetTitle<T>where
T: Send,
impl<T> Sync for SetTitle<T>where
T: Sync,
impl<T> Unpin for SetTitle<T>where
T: Unpin,
impl<T> UnwindSafe for SetTitle<T>where
T: UnwindSafe,
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