pub struct Context {
pub setting_type: SettingType,
pub messenger: MessengerClient,
pub receptor: Receptor,
pub notifier_signature: Signature,
pub environment: Environment,
pub id: u64,
}
Expand description
Context captures all details necessary for a handler to execute in a given settings service environment.
Fields§
§setting_type: SettingType
§messenger: MessengerClient
§receptor: Receptor
§notifier_signature: Signature
§environment: Environment
§id: u64
Auto Trait Implementations§
impl Freeze for Context
impl !RefUnwindSafe for Context
impl !Send for Context
impl !Sync for Context
impl Unpin for Context
impl !UnwindSafe for Context
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