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