pub struct AwarenessEvent { /* private fields */ }
Implementations§
Source§impl AwarenessEvent
impl AwarenessEvent
pub fn get_updated(&self, states: &AwarenessStates) -> AwarenessStates
Auto Trait Implementations§
impl Freeze for AwarenessEvent
impl RefUnwindSafe for AwarenessEvent
impl Send for AwarenessEvent
impl Sync for AwarenessEvent
impl Unpin for AwarenessEvent
impl UnwindSafe for AwarenessEvent
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