Struct ump_ng_server::WeakClient
source · pub struct WeakClient<P, S, R, E>(/* private fields */);Implementations§
Trait Implementations§
source§impl<P, S, R, E> Clone for WeakClient<P, S, R, E>
impl<P, S, R, E> Clone for WeakClient<P, S, R, E>
source§fn clone(&self) -> WeakClient<P, S, R, E>
fn clone(&self) -> WeakClient<P, S, R, E>
Returns a copy 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<P, S, R, E> !RefUnwindSafe for WeakClient<P, S, R, E>
impl<P, S, R, E> Send for WeakClient<P, S, R, E>
impl<P, S, R, E> Sync for WeakClient<P, S, R, E>
impl<P, S, R, E> Unpin for WeakClient<P, S, R, E>
impl<P, S, R, E> !UnwindSafe for WeakClient<P, S, R, E>
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