pub struct SharingClient { /* private fields */ }Implementations§
Source§impl SharingClient
impl SharingClient
Trait Implementations§
Source§impl Clone for SharingClient
impl Clone for SharingClient
Source§fn clone(&self) -> SharingClient
fn clone(&self) -> SharingClient
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 moreAuto Trait Implementations§
impl Freeze for SharingClient
impl !RefUnwindSafe for SharingClient
impl Send for SharingClient
impl Sync for SharingClient
impl Unpin for SharingClient
impl UnsafeUnpin for SharingClient
impl !UnwindSafe for SharingClient
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