pub struct AuthorityMarker;Trait Implementations§
Source§impl Clone for AuthorityMarker
impl Clone for AuthorityMarker
Source§fn clone(&self) -> AuthorityMarker
fn clone(&self) -> AuthorityMarker
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 AuthorityMarker
Source§impl Debug for AuthorityMarker
impl Debug for AuthorityMarker
Source§impl DiscoverableProtocolMarker for AuthorityMarker
impl DiscoverableProtocolMarker for AuthorityMarker
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 AuthorityMarker
Source§impl Hash for AuthorityMarker
impl Hash for AuthorityMarker
Source§impl Ord for AuthorityMarker
impl Ord for AuthorityMarker
Source§fn cmp(&self, other: &AuthorityMarker) -> Ordering
fn cmp(&self, other: &AuthorityMarker) -> 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 AuthorityMarker
impl PartialEq for AuthorityMarker
Source§impl PartialOrd for AuthorityMarker
impl PartialOrd for AuthorityMarker
Source§impl ProtocolMarker for AuthorityMarker
impl ProtocolMarker for AuthorityMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.pkg.Authority"
const DEBUG_NAME: &'static str = "fuchsia.pkg.Authority"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = AuthorityProxy
type Proxy = AuthorityProxy
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 = AuthorityRequestStream
type RequestStream = AuthorityRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = AuthoritySynchronousProxy
type SynchronousProxy = AuthoritySynchronousProxy
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 AuthorityMarker
Auto Trait Implementations§
impl Freeze for AuthorityMarker
impl RefUnwindSafe for AuthorityMarker
impl Send for AuthorityMarker
impl Sync for AuthorityMarker
impl Unpin for AuthorityMarker
impl UnsafeUnpin for AuthorityMarker
impl UnwindSafe for AuthorityMarker
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