pub struct MailboxConfig {
pub kind: MailboxKind,
pub capacity: usize,
pub push_timeout: Duration,
}Fields§
§kind: MailboxKind§capacity: usize§push_timeout: DurationTrait Implementations§
Source§impl Clone for MailboxConfig
impl Clone for MailboxConfig
Source§fn clone(&self) -> MailboxConfig
fn clone(&self) -> MailboxConfig
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 MailboxConfig
impl Debug for MailboxConfig
Auto Trait Implementations§
impl Freeze for MailboxConfig
impl RefUnwindSafe for MailboxConfig
impl Send for MailboxConfig
impl Sync for MailboxConfig
impl Unpin for MailboxConfig
impl UnsafeUnpin for MailboxConfig
impl UnwindSafe for MailboxConfig
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