pub struct AuthHeaderContext {
pub model_id: Option<ModelId>,
pub request_kind: RequestKind,
}Fields§
§model_id: Option<ModelId>§request_kind: RequestKindTrait Implementations§
Source§impl Clone for AuthHeaderContext
impl Clone for AuthHeaderContext
Source§fn clone(&self) -> AuthHeaderContext
fn clone(&self) -> AuthHeaderContext
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AuthHeaderContext
impl RefUnwindSafe for AuthHeaderContext
impl Send for AuthHeaderContext
impl Sync for AuthHeaderContext
impl Unpin for AuthHeaderContext
impl UnwindSafe for AuthHeaderContext
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