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