pub enum NotificationPortParameters {
Event {
connection_id: u32,
},
Doorbell {
match_data: DoorbellMatch,
},
}
Variants§
Auto Trait Implementations§
impl Freeze for NotificationPortParameters
impl RefUnwindSafe for NotificationPortParameters
impl Send for NotificationPortParameters
impl Sync for NotificationPortParameters
impl Unpin for NotificationPortParameters
impl UnwindSafe for NotificationPortParameters
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