pub enum ServerNotification {
CheckStorage,
Notification(Notification),
Disconnect,
}
Variants§
Trait Implementations§
source§impl Debug for ServerNotification
impl Debug for ServerNotification
source§impl Default for ServerNotification
impl Default for ServerNotification
source§fn default() -> ServerNotification
fn default() -> ServerNotification
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ServerNotification
impl RefUnwindSafe for ServerNotification
impl Send for ServerNotification
impl Sync for ServerNotification
impl Unpin for ServerNotification
impl UnwindSafe for ServerNotification
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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