Struct fidl_fuchsia_io::OpenableMarker
source · pub struct OpenableMarker;
Trait Implementations§
source§impl Clone for OpenableMarker
impl Clone for OpenableMarker
source§fn clone(&self) -> OpenableMarker
fn clone(&self) -> OpenableMarker
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 OpenableMarker
impl Debug for OpenableMarker
source§impl Hash for OpenableMarker
impl Hash for OpenableMarker
source§impl Ord for OpenableMarker
impl Ord for OpenableMarker
source§fn cmp(&self, other: &OpenableMarker) -> Ordering
fn cmp(&self, other: &OpenableMarker) -> 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 OpenableMarker
impl PartialEq for OpenableMarker
source§fn eq(&self, other: &OpenableMarker) -> bool
fn eq(&self, other: &OpenableMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for OpenableMarker
impl PartialOrd for OpenableMarker
source§fn partial_cmp(&self, other: &OpenableMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &OpenableMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for OpenableMarker
impl ProtocolMarker for OpenableMarker
§type Proxy = OpenableProxy
type Proxy = OpenableProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = OpenableRequestStream
type RequestStream = OpenableRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = OpenableSynchronousProxy
type SynchronousProxy = OpenableSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "(anonymous) Openable"
const DEBUG_NAME: &'static str = "(anonymous) Openable"
The name of the protocol suitable for debug purposes. Read more
impl Copy for OpenableMarker
impl Eq for OpenableMarker
impl StructuralEq for OpenableMarker
impl StructuralPartialEq for OpenableMarker
Auto Trait Implementations§
impl RefUnwindSafe for OpenableMarker
impl Send for OpenableMarker
impl Sync for OpenableMarker
impl Unpin for OpenableMarker
impl UnwindSafe for OpenableMarker
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