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