pub enum PresenceCommand {
RefreshLiveNow,
RepublishDurableNow,
Stop,
}Variants§
Trait Implementations§
Source§impl Clone for PresenceCommand
impl Clone for PresenceCommand
Source§impl Debug for PresenceCommand
impl Debug for PresenceCommand
Source§impl PartialEq for PresenceCommand
impl PartialEq for PresenceCommand
impl StructuralPartialEq for PresenceCommand
Auto Trait Implementations§
impl Freeze for PresenceCommand
impl RefUnwindSafe for PresenceCommand
impl Send for PresenceCommand
impl Sync for PresenceCommand
impl Unpin for PresenceCommand
impl UnsafeUnpin for PresenceCommand
impl UnwindSafe for PresenceCommand
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