pub enum GuestNotification {}
Trait Implementations§
Source§impl Clone for GuestNotification
impl Clone for GuestNotification
Source§fn clone(&self) -> GuestNotification
fn clone(&self) -> GuestNotification
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 GuestNotification
impl Debug for GuestNotification
Source§impl HeaderMeta for GuestNotification
impl HeaderMeta for GuestNotification
const MESSAGE_TYPE: MessageTypes = MessageTypes::GUEST_NOTIFICATION
type MessageId = GuestNotifications
impl Copy for GuestNotification
Auto Trait Implementations§
impl Freeze for GuestNotification
impl RefUnwindSafe for GuestNotification
impl Send for GuestNotification
impl Sync for GuestNotification
impl Unpin for GuestNotification
impl UnwindSafe for GuestNotification
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