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