pub enum PushEventProtocolEvent {
PushEventReducedRights {
h: Event,
},
PushEventSameRights {
h: Event,
},
}
Variants§
Implementations§
Source§impl PushEventProtocolEvent
impl PushEventProtocolEvent
pub fn into_push_event_reduced_rights(self) -> Option<Event>
pub fn into_push_event_same_rights(self) -> Option<Event>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PushEventProtocolEvent
impl RefUnwindSafe for PushEventProtocolEvent
impl Send for PushEventProtocolEvent
impl Sync for PushEventProtocolEvent
impl Unpin for PushEventProtocolEvent
impl UnwindSafe for PushEventProtocolEvent
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