pub struct EventOutbox { /* private fields */ }Implementations§
Source§impl EventOutbox
impl EventOutbox
Trait Implementations§
Source§impl Clone for EventOutbox
impl Clone for EventOutbox
Source§fn clone(&self) -> EventOutbox
fn clone(&self) -> EventOutbox
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EventOutbox
impl RefUnwindSafe for EventOutbox
impl Send for EventOutbox
impl Sync for EventOutbox
impl Unpin for EventOutbox
impl UnsafeUnpin for EventOutbox
impl UnwindSafe for EventOutbox
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