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