pub struct AuthOptionResolverParams(_);Implementations§
Trait Implementations§
source§impl Debug for AuthOptionResolverParams
impl Debug for AuthOptionResolverParams
source§impl From<StaticAuthOptionResolverParams> for AuthOptionResolverParams
impl From<StaticAuthOptionResolverParams> for AuthOptionResolverParams
source§fn from(params: StaticAuthOptionResolverParams) -> Self
fn from(params: StaticAuthOptionResolverParams) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for AuthOptionResolverParams
impl Send for AuthOptionResolverParams
impl Sync for AuthOptionResolverParams
impl Unpin for AuthOptionResolverParams
impl !UnwindSafe for AuthOptionResolverParams
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