pub struct FlatlandFactoryMarker;Trait Implementations§
Source§impl Clone for FlatlandFactoryMarker
impl Clone for FlatlandFactoryMarker
Source§fn clone(&self) -> FlatlandFactoryMarker
fn clone(&self) -> FlatlandFactoryMarker
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 FlatlandFactoryMarker
Source§impl Debug for FlatlandFactoryMarker
impl Debug for FlatlandFactoryMarker
Source§impl DiscoverableProtocolMarker for FlatlandFactoryMarker
impl DiscoverableProtocolMarker for FlatlandFactoryMarker
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).
impl Eq for FlatlandFactoryMarker
Source§impl Hash for FlatlandFactoryMarker
impl Hash for FlatlandFactoryMarker
Source§impl Ord for FlatlandFactoryMarker
impl Ord for FlatlandFactoryMarker
Source§fn cmp(&self, other: &FlatlandFactoryMarker) -> Ordering
fn cmp(&self, other: &FlatlandFactoryMarker) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for FlatlandFactoryMarker
impl PartialEq for FlatlandFactoryMarker
Source§impl PartialOrd for FlatlandFactoryMarker
impl PartialOrd for FlatlandFactoryMarker
Source§impl ProtocolMarker for FlatlandFactoryMarker
impl ProtocolMarker for FlatlandFactoryMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.ui.composition.FlatlandFactory"
const DEBUG_NAME: &'static str = "fuchsia.ui.composition.FlatlandFactory"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = FlatlandFactoryProxy
type Proxy = FlatlandFactoryProxy
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 = FlatlandFactoryRequestStream
type RequestStream = FlatlandFactoryRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = FlatlandFactorySynchronousProxy
type SynchronousProxy = FlatlandFactorySynchronousProxy
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 StructuralPartialEq for FlatlandFactoryMarker
Auto Trait Implementations§
impl Freeze for FlatlandFactoryMarker
impl RefUnwindSafe for FlatlandFactoryMarker
impl Send for FlatlandFactoryMarker
impl Sync for FlatlandFactoryMarker
impl Unpin for FlatlandFactoryMarker
impl UnsafeUnpin for FlatlandFactoryMarker
impl UnwindSafe for FlatlandFactoryMarker
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