pub struct WsView {
pub ws: Ws,
}Fields§
§ws: WsTrait Implementations§
impl Copy for WsView
impl Eq for WsView
impl StructuralPartialEq for WsView
Auto Trait Implementations§
impl Freeze for WsView
impl RefUnwindSafe for WsView
impl Send for WsView
impl Sync for WsView
impl Unpin for WsView
impl UnwindSafe for WsView
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