#[repr(C)]pub struct GoaOAuth2Based(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoaOAuth2Based
impl RefUnwindSafe for GoaOAuth2Based
impl Send for GoaOAuth2Based
impl Sync for GoaOAuth2Based
impl Unpin for GoaOAuth2Based
impl UnwindSafe for GoaOAuth2Based
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