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