pub enum ConnectionReceiver2Event {
OnRevoke {},
_UnknownEvent {
ordinal: u64,
},
}
Variants§
Implementations§
Source§impl ConnectionReceiver2Event
impl ConnectionReceiver2Event
pub fn into_on_revoke(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionReceiver2Event
impl RefUnwindSafe for ConnectionReceiver2Event
impl Send for ConnectionReceiver2Event
impl Sync for ConnectionReceiver2Event
impl Unpin for ConnectionReceiver2Event
impl UnwindSafe for ConnectionReceiver2Event
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