pub struct SocketSubscription { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SocketSubscription
impl Clone for SocketSubscription
Source§fn clone(&self) -> SocketSubscription
fn clone(&self) -> SocketSubscription
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SocketSubscription
impl Debug for SocketSubscription
Auto Trait Implementations§
impl Freeze for SocketSubscription
impl RefUnwindSafe for SocketSubscription
impl Send for SocketSubscription
impl Sync for SocketSubscription
impl Unpin for SocketSubscription
impl UnsafeUnpin for SocketSubscription
impl UnwindSafe for SocketSubscription
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