pub struct ResourceControllerMarker;Trait Implementations§
Source§impl Clone for ResourceControllerMarker
impl Clone for ResourceControllerMarker
Source§fn clone(&self) -> ResourceControllerMarker
fn clone(&self) -> ResourceControllerMarker
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 moreSource§impl Debug for ResourceControllerMarker
impl Debug for ResourceControllerMarker
Source§impl Hash for ResourceControllerMarker
impl Hash for ResourceControllerMarker
Source§impl Ord for ResourceControllerMarker
impl Ord for ResourceControllerMarker
Source§fn cmp(&self, other: &ResourceControllerMarker) -> Ordering
fn cmp(&self, other: &ResourceControllerMarker) -> 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
Source§impl PartialEq for ResourceControllerMarker
impl PartialEq for ResourceControllerMarker
Source§fn eq(&self, other: &ResourceControllerMarker) -> bool
fn eq(&self, other: &ResourceControllerMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ResourceControllerMarker
impl PartialOrd for ResourceControllerMarker
Source§impl ProtocolMarker for ResourceControllerMarker
impl ProtocolMarker for ResourceControllerMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) ResourceController"
const DEBUG_NAME: &'static str = "(anonymous) ResourceController"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ResourceControllerProxy
type Proxy = ResourceControllerProxy
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 = ResourceControllerRequestStream
type RequestStream = ResourceControllerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ResourceControllerSynchronousProxy
type SynchronousProxy = ResourceControllerSynchronousProxy
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 ResourceControllerMarker
impl Eq for ResourceControllerMarker
impl StructuralPartialEq for ResourceControllerMarker
Auto Trait Implementations§
impl Freeze for ResourceControllerMarker
impl RefUnwindSafe for ResourceControllerMarker
impl Send for ResourceControllerMarker
impl Sync for ResourceControllerMarker
impl Unpin for ResourceControllerMarker
impl UnsafeUnpin for ResourceControllerMarker
impl UnwindSafe for ResourceControllerMarker
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