pub enum Authorizer {
Forge {
provider: Provider,
client: Client,
api_url: String,
cache: Cache,
identities: IdentityCache,
},
Disabled,
}Variants§
Implementations§
Auto Trait Implementations§
impl !Freeze for Authorizer
impl !RefUnwindSafe for Authorizer
impl !UnwindSafe for Authorizer
impl Send for Authorizer
impl Sync for Authorizer
impl Unpin for Authorizer
impl UnsafeUnpin for Authorizer
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