pub struct FactoryDataManagerMarker;
Trait Implementations§
Source§impl Clone for FactoryDataManagerMarker
impl Clone for FactoryDataManagerMarker
Source§fn clone(&self) -> FactoryDataManagerMarker
fn clone(&self) -> FactoryDataManagerMarker
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 FactoryDataManagerMarker
impl Debug for FactoryDataManagerMarker
Source§impl DiscoverableProtocolMarker for FactoryDataManagerMarker
impl DiscoverableProtocolMarker for FactoryDataManagerMarker
§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 FactoryDataManagerMarker
impl Hash for FactoryDataManagerMarker
Source§impl Ord for FactoryDataManagerMarker
impl Ord for FactoryDataManagerMarker
Source§fn cmp(&self, other: &FactoryDataManagerMarker) -> Ordering
fn cmp(&self, other: &FactoryDataManagerMarker) -> 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 FactoryDataManagerMarker
impl PartialEq for FactoryDataManagerMarker
Source§impl PartialOrd for FactoryDataManagerMarker
impl PartialOrd for FactoryDataManagerMarker
Source§impl ProtocolMarker for FactoryDataManagerMarker
impl ProtocolMarker for FactoryDataManagerMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.weave.FactoryDataManager"
const DEBUG_NAME: &'static str = "fuchsia.weave.FactoryDataManager"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = FactoryDataManagerProxy
type Proxy = FactoryDataManagerProxy
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 = FactoryDataManagerRequestStream
type RequestStream = FactoryDataManagerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = FactoryDataManagerSynchronousProxy
type SynchronousProxy = FactoryDataManagerSynchronousProxy
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 FactoryDataManagerMarker
impl Eq for FactoryDataManagerMarker
impl StructuralPartialEq for FactoryDataManagerMarker
Auto Trait Implementations§
impl Freeze for FactoryDataManagerMarker
impl RefUnwindSafe for FactoryDataManagerMarker
impl Send for FactoryDataManagerMarker
impl Sync for FactoryDataManagerMarker
impl Unpin for FactoryDataManagerMarker
impl UnwindSafe for FactoryDataManagerMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)