pub struct GoogleCallbackResponse;Expand description
Response type for app.ocho.auth.googleCallback
Trait Implementations§
Source§impl XrpcResp for GoogleCallbackResponse
impl XrpcResp for GoogleCallbackResponse
Auto Trait Implementations§
impl Freeze for GoogleCallbackResponse
impl RefUnwindSafe for GoogleCallbackResponse
impl Send for GoogleCallbackResponse
impl Sync for GoogleCallbackResponse
impl Unpin for GoogleCallbackResponse
impl UnwindSafe for GoogleCallbackResponse
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