pub enum RegistrationEvent {
Registered(String),
Refreshed,
Released,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for RegistrationEvent
impl Send for RegistrationEvent
impl Sync for RegistrationEvent
impl Unpin for RegistrationEvent
impl UnwindSafe for RegistrationEvent
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