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