pub struct AuthProviderBuilder { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for AuthProviderBuilder
impl RefUnwindSafe for AuthProviderBuilder
impl Send for AuthProviderBuilder
impl Sync for AuthProviderBuilder
impl Unpin for AuthProviderBuilder
impl UnsafeUnpin for AuthProviderBuilder
impl UnwindSafe for AuthProviderBuilder
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