pub struct OutboxRelayProcessId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for OutboxRelayProcessId
impl Clone for OutboxRelayProcessId
Source§fn clone(&self) -> OutboxRelayProcessId
fn clone(&self) -> OutboxRelayProcessId
Returns a duplicate 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 OutboxRelayProcessId
impl Debug for OutboxRelayProcessId
Source§impl Display for OutboxRelayProcessId
impl Display for OutboxRelayProcessId
Source§impl From<u32> for OutboxRelayProcessId
impl From<u32> for OutboxRelayProcessId
Source§impl Hash for OutboxRelayProcessId
impl Hash for OutboxRelayProcessId
Source§impl Ord for OutboxRelayProcessId
impl Ord for OutboxRelayProcessId
Source§fn cmp(&self, other: &OutboxRelayProcessId) -> Ordering
fn cmp(&self, other: &OutboxRelayProcessId) -> 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 OutboxRelayProcessId
impl PartialEq for OutboxRelayProcessId
Source§impl PartialOrd for OutboxRelayProcessId
impl PartialOrd for OutboxRelayProcessId
impl Copy for OutboxRelayProcessId
impl Eq for OutboxRelayProcessId
impl StructuralPartialEq for OutboxRelayProcessId
Auto Trait Implementations§
impl Freeze for OutboxRelayProcessId
impl RefUnwindSafe for OutboxRelayProcessId
impl Send for OutboxRelayProcessId
impl Sync for OutboxRelayProcessId
impl Unpin for OutboxRelayProcessId
impl UnwindSafe for OutboxRelayProcessId
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