pub struct TextStart(/* private fields */);Trait Implementations§
Source§impl TerminalHandle for TextStart
impl TerminalHandle for TextStart
impl Copy for TextStart
impl Eq for TextStart
impl StructuralPartialEq for TextStart
Auto Trait Implementations§
impl Freeze for TextStart
impl RefUnwindSafe for TextStart
impl Send for TextStart
impl Sync for TextStart
impl Unpin for TextStart
impl UnwindSafe for TextStart
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