pub struct AuthParam {
pub name: String,
pub location: AuthLocation,
}
Fields§
§name: String
§location: AuthLocation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthParam
impl RefUnwindSafe for AuthParam
impl Send for AuthParam
impl Sync for AuthParam
impl Unpin for AuthParam
impl UnwindSafe for AuthParam
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