pub struct OutboxRelayInstance { /* private fields */ }Implementations§
Source§impl OutboxRelayInstance
impl OutboxRelayInstance
pub fn new( instance_id: OutboxRelayInstanceId, process_id: OutboxRelayProcessId, ) -> Self
pub fn instance_id(&self) -> &OutboxRelayInstanceId
pub fn process_id(&self) -> OutboxRelayProcessId
Trait Implementations§
Source§impl Clone for OutboxRelayInstance
impl Clone for OutboxRelayInstance
Source§fn clone(&self) -> OutboxRelayInstance
fn clone(&self) -> OutboxRelayInstance
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 OutboxRelayInstance
impl Debug for OutboxRelayInstance
Source§impl Display for OutboxRelayInstance
impl Display for OutboxRelayInstance
Source§impl FromStr for OutboxRelayInstance
impl FromStr for OutboxRelayInstance
Source§impl Hash for OutboxRelayInstance
impl Hash for OutboxRelayInstance
Source§impl PartialEq for OutboxRelayInstance
impl PartialEq for OutboxRelayInstance
impl Eq for OutboxRelayInstance
impl StructuralPartialEq for OutboxRelayInstance
Auto Trait Implementations§
impl Freeze for OutboxRelayInstance
impl RefUnwindSafe for OutboxRelayInstance
impl Send for OutboxRelayInstance
impl Sync for OutboxRelayInstance
impl Unpin for OutboxRelayInstance
impl UnwindSafe for OutboxRelayInstance
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