#[repr(C)]pub struct BNWebsocketClient { /* private fields */ }Trait Implementations§
Source§impl Clone for BNWebsocketClient
impl Clone for BNWebsocketClient
Source§fn clone(&self) -> BNWebsocketClient
fn clone(&self) -> BNWebsocketClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BNWebsocketClient
impl Debug for BNWebsocketClient
impl Copy for BNWebsocketClient
Auto Trait Implementations§
impl Freeze for BNWebsocketClient
impl RefUnwindSafe for BNWebsocketClient
impl Send for BNWebsocketClient
impl Sync for BNWebsocketClient
impl Unpin for BNWebsocketClient
impl UnwindSafe for BNWebsocketClient
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