pub enum BnWsStreamMethod {
Subscribe,
}Variants§
Subscribe
Trait Implementations§
Source§impl Debug for BnWsStreamMethod
impl Debug for BnWsStreamMethod
Auto Trait Implementations§
impl Freeze for BnWsStreamMethod
impl RefUnwindSafe for BnWsStreamMethod
impl Send for BnWsStreamMethod
impl Sync for BnWsStreamMethod
impl Unpin for BnWsStreamMethod
impl UnwindSafe for BnWsStreamMethod
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