pub struct AwarenessState { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for AwarenessState
impl Clone for AwarenessState
Source§fn clone(&self) -> AwarenessState
fn clone(&self) -> AwarenessState
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 AwarenessState
impl Debug for AwarenessState
Source§impl Default for AwarenessState
impl Default for AwarenessState
Source§impl PartialEq for AwarenessState
impl PartialEq for AwarenessState
impl StructuralPartialEq for AwarenessState
Auto Trait Implementations§
impl Freeze for AwarenessState
impl RefUnwindSafe for AwarenessState
impl Send for AwarenessState
impl Sync for AwarenessState
impl Unpin for AwarenessState
impl UnwindSafe for AwarenessState
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