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