pub struct ArcMsgOptions {
pub msg: ArcMsg,
pub wait_for_done: bool,
pub timeout: Duration,
pub use_second_mailbox: bool,
pub addrs: Option<ArcMsgAddr>,
}
Expand description
Arc message interface
Fields§
§msg: ArcMsg
§wait_for_done: bool
§timeout: Duration
§use_second_mailbox: bool
§addrs: Option<ArcMsgAddr>
Trait Implementations§
Source§impl Debug for ArcMsgOptions
impl Debug for ArcMsgOptions
Auto Trait Implementations§
impl Freeze for ArcMsgOptions
impl RefUnwindSafe for ArcMsgOptions
impl Send for ArcMsgOptions
impl Sync for ArcMsgOptions
impl Unpin for ArcMsgOptions
impl UnwindSafe for ArcMsgOptions
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