Enum copilot2::request::CheckStatus
source · pub enum CheckStatus {}
Trait Implementations§
source§impl Request for CheckStatus
impl Request for CheckStatus
type Params = CheckStatusParams
type Result = SignInStatus
const METHOD: &'static str = "checkStatus"
Auto Trait Implementations§
impl RefUnwindSafe for CheckStatus
impl Send for CheckStatus
impl Sync for CheckStatus
impl Unpin for CheckStatus
impl UnwindSafe for CheckStatus
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