pub struct WsOpen<A: Actor> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A> !Freeze for WsOpen<A>
impl<A> !RefUnwindSafe for WsOpen<A>
impl<A> !UnwindSafe for WsOpen<A>
impl<A> Send for WsOpen<A>
impl<A> Sync for WsOpen<A>
impl<A> Unpin for WsOpen<A>
impl<A> UnsafeUnpin for WsOpen<A>
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