pub struct get_ws;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for get_ws
impl RefUnwindSafe for get_ws
impl Send for get_ws
impl Sync for get_ws
impl Unpin for get_ws
impl UnwindSafe for get_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