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