Struct evento::EventoContext
source · pub struct EventoContext(pub Arc<RwLock<Context>>);Tuple Fields§
§0: Arc<RwLock<Context>>Implementations§
Trait Implementations§
source§impl Clone for EventoContext
impl Clone for EventoContext
source§fn clone(&self) -> EventoContext
fn clone(&self) -> EventoContext
Returns a copy 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 Default for EventoContext
impl Default for EventoContext
source§fn default() -> EventoContext
fn default() -> EventoContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for EventoContext
impl Send for EventoContext
impl Sync for EventoContext
impl Unpin for EventoContext
impl !UnwindSafe for EventoContext
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