pub struct InteractiveGuestMarker;Trait Implementations§
Source§impl Clone for InteractiveGuestMarker
impl Clone for InteractiveGuestMarker
Source§fn clone(&self) -> InteractiveGuestMarker
fn clone(&self) -> InteractiveGuestMarker
Returns a duplicate 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 InteractiveGuestMarker
impl Debug for InteractiveGuestMarker
Source§impl DiscoverableProtocolMarker for InteractiveGuestMarker
impl DiscoverableProtocolMarker for InteractiveGuestMarker
Source§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for InteractiveGuestMarker
impl Hash for InteractiveGuestMarker
Source§impl Ord for InteractiveGuestMarker
impl Ord for InteractiveGuestMarker
Source§fn cmp(&self, other: &InteractiveGuestMarker) -> Ordering
fn cmp(&self, other: &InteractiveGuestMarker) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InteractiveGuestMarker
impl PartialEq for InteractiveGuestMarker
Source§impl PartialOrd for InteractiveGuestMarker
impl PartialOrd for InteractiveGuestMarker
Source§impl ProtocolMarker for InteractiveGuestMarker
impl ProtocolMarker for InteractiveGuestMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.virtualization.guest.interaction.InteractiveGuest"
const DEBUG_NAME: &'static str = "fuchsia.virtualization.guest.interaction.InteractiveGuest"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = InteractiveGuestProxy
type Proxy = InteractiveGuestProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd.Source§type RequestStream = InteractiveGuestRequestStream
type RequestStream = InteractiveGuestRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = InteractiveGuestSynchronousProxy
type SynchronousProxy = InteractiveGuestSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd.impl Copy for InteractiveGuestMarker
impl Eq for InteractiveGuestMarker
impl StructuralPartialEq for InteractiveGuestMarker
Auto Trait Implementations§
impl Freeze for InteractiveGuestMarker
impl RefUnwindSafe for InteractiveGuestMarker
impl Send for InteractiveGuestMarker
impl Sync for InteractiveGuestMarker
impl Unpin for InteractiveGuestMarker
impl UnsafeUnpin for InteractiveGuestMarker
impl UnwindSafe for InteractiveGuestMarker
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