pub enum HostRequestKind {
Approval,
}Expand description
Which kind of host callback a HostRequest is — selects the wire frame.
Variants§
Approval
Proxy a gated-tool approval to the host (→ ChildFrame::ApprovalRequest).
Trait Implementations§
Source§impl Clone for HostRequestKind
impl Clone for HostRequestKind
Source§fn clone(&self) -> HostRequestKind
fn clone(&self) -> HostRequestKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HostRequestKind
Source§impl Debug for HostRequestKind
impl Debug for HostRequestKind
impl Eq for HostRequestKind
Source§impl PartialEq for HostRequestKind
impl PartialEq for HostRequestKind
Source§fn eq(&self, other: &HostRequestKind) -> bool
fn eq(&self, other: &HostRequestKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HostRequestKind
Auto Trait Implementations§
impl Freeze for HostRequestKind
impl RefUnwindSafe for HostRequestKind
impl Send for HostRequestKind
impl Sync for HostRequestKind
impl Unpin for HostRequestKind
impl UnsafeUnpin for HostRequestKind
impl UnwindSafe for HostRequestKind
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