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