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