pub struct CommandOutboxId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CommandOutboxId
impl Clone for CommandOutboxId
Source§fn clone(&self) -> CommandOutboxId
fn clone(&self) -> CommandOutboxId
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 CommandOutboxId
impl Debug for CommandOutboxId
Source§impl Default for CommandOutboxId
impl Default for CommandOutboxId
Source§impl Display for CommandOutboxId
impl Display for CommandOutboxId
Source§impl From<CommandOutboxId> for Uuid
impl From<CommandOutboxId> for Uuid
Source§fn from(value: CommandOutboxId) -> Self
fn from(value: CommandOutboxId) -> Self
Converts to this type from the input type.
Source§impl Hash for CommandOutboxId
impl Hash for CommandOutboxId
Source§impl Ord for CommandOutboxId
impl Ord for CommandOutboxId
Source§fn cmp(&self, other: &CommandOutboxId) -> Ordering
fn cmp(&self, other: &CommandOutboxId) -> 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 CommandOutboxId
impl PartialEq for CommandOutboxId
Source§impl PartialOrd for CommandOutboxId
impl PartialOrd for CommandOutboxId
Source§impl TryFrom<Uuid> for CommandOutboxId
impl TryFrom<Uuid> for CommandOutboxId
impl Copy for CommandOutboxId
impl Eq for CommandOutboxId
impl StructuralPartialEq for CommandOutboxId
Auto Trait Implementations§
impl Freeze for CommandOutboxId
impl RefUnwindSafe for CommandOutboxId
impl Send for CommandOutboxId
impl Sync for CommandOutboxId
impl Unpin for CommandOutboxId
impl UnwindSafe for CommandOutboxId
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