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