Enum oro_client::login::DoneURLResponse
source · pub enum DoneURLResponse {
Token(String),
Duration(Duration),
}Variants§
Trait Implementations§
source§impl Debug for DoneURLResponse
impl Debug for DoneURLResponse
source§impl PartialEq for DoneURLResponse
impl PartialEq for DoneURLResponse
source§fn eq(&self, other: &DoneURLResponse) -> bool
fn eq(&self, other: &DoneURLResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DoneURLResponse
Auto Trait Implementations§
impl RefUnwindSafe for DoneURLResponse
impl Send for DoneURLResponse
impl Sync for DoneURLResponse
impl Unpin for DoneURLResponse
impl UnwindSafe for DoneURLResponse
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