Struct fidl_fuchsia_inspect::TreeMarker
source · pub struct TreeMarker;
Trait Implementations§
source§impl Clone for TreeMarker
impl Clone for TreeMarker
source§fn clone(&self) -> TreeMarker
fn clone(&self) -> TreeMarker
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 TreeMarker
impl Debug for TreeMarker
source§impl DiscoverableProtocolMarker for TreeMarker
impl DiscoverableProtocolMarker for TreeMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
source§impl Hash for TreeMarker
impl Hash for TreeMarker
source§impl Ord for TreeMarker
impl Ord for TreeMarker
source§fn cmp(&self, other: &TreeMarker) -> Ordering
fn cmp(&self, other: &TreeMarker) -> 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<TreeMarker> for TreeMarker
impl PartialEq<TreeMarker> for TreeMarker
source§fn eq(&self, other: &TreeMarker) -> bool
fn eq(&self, other: &TreeMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<TreeMarker> for TreeMarker
impl PartialOrd<TreeMarker> for TreeMarker
source§fn partial_cmp(&self, other: &TreeMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &TreeMarker) -> 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 TreeMarker
impl ProtocolMarker for TreeMarker
§type Proxy = TreeProxy
type Proxy = TreeProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = TreeRequestStream
type RequestStream = TreeRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "fuchsia.inspect.Tree"
const DEBUG_NAME: &'static str = "fuchsia.inspect.Tree"
The name of the protocol suitable for debug purposes. Read more
impl Copy for TreeMarker
impl Eq for TreeMarker
impl StructuralEq for TreeMarker
impl StructuralPartialEq for TreeMarker
Auto Trait Implementations§
impl RefUnwindSafe for TreeMarker
impl Send for TreeMarker
impl Sync for TreeMarker
impl Unpin for TreeMarker
impl UnwindSafe for TreeMarker
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