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