pub struct ExternalContext(pub String);Expand description
Request-scoped Eruka (or other external) context injected via Cordis intercept.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Service for ExternalContext
impl Service for ExternalContext
Auto Trait Implementations§
impl Freeze for ExternalContext
impl RefUnwindSafe for ExternalContext
impl Send for ExternalContext
impl Sync for ExternalContext
impl Unpin for ExternalContext
impl UnsafeUnpin for ExternalContext
impl UnwindSafe for ExternalContext
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