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