pub enum HostNotification {}
Trait Implementations§
Source§impl Clone for HostNotification
impl Clone for HostNotification
Source§fn clone(&self) -> HostNotification
fn clone(&self) -> HostNotification
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HostNotification
impl Debug for HostNotification
Source§impl HeaderMeta for HostNotification
impl HeaderMeta for HostNotification
const MESSAGE_TYPE: MessageTypes = MessageTypes::HOST_NOTIFICATION
type MessageId = HostNotifications
impl Copy for HostNotification
Auto Trait Implementations§
impl Freeze for HostNotification
impl RefUnwindSafe for HostNotification
impl Send for HostNotification
impl Sync for HostNotification
impl Unpin for HostNotification
impl UnwindSafe for HostNotification
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