pub struct OutboxHandles {
pub published: Arc<AtomicU64>,
/* private fields */
}Fields§
§published: Arc<AtomicU64>Implementations§
Auto Trait Implementations§
impl Freeze for OutboxHandles
impl !RefUnwindSafe for OutboxHandles
impl Send for OutboxHandles
impl Sync for OutboxHandles
impl Unpin for OutboxHandles
impl UnsafeUnpin for OutboxHandles
impl !UnwindSafe for OutboxHandles
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