Enum graph_oauth::ResponseType
source · pub enum ResponseType {
Code,
IdToken,
Token,
StringSet(BTreeSet<String>),
}
Variants§
Trait Implementations§
source§impl Clone for ResponseType
impl Clone for ResponseType
source§fn clone(&self) -> ResponseType
fn clone(&self) -> ResponseType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ResponseType
impl Debug for ResponseType
source§impl Default for ResponseType
impl Default for ResponseType
source§fn default() -> ResponseType
fn default() -> ResponseType
Returns the “default value” for a type. Read more
source§impl Display for ResponseType
impl Display for ResponseType
source§impl<A: ToString> FromIterator<A> for ResponseType
impl<A: ToString> FromIterator<A> for ResponseType
source§fn from_iter<T: IntoIterator<Item = A>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = A>>(iter: T) -> Self
Creates a value from an iterator. Read more
source§impl Hash for ResponseType
impl Hash for ResponseType
source§impl IntoIterator for ResponseType
impl IntoIterator for ResponseType
§type Item = ResponseType
type Item = ResponseType
The type of the elements being iterated over.
§type IntoIter = IntoIter<<ResponseType as IntoIterator>::Item>
type IntoIter = IntoIter<<ResponseType as IntoIterator>::Item>
Which kind of iterator are we turning this into?
source§impl Ord for ResponseType
impl Ord for ResponseType
source§fn cmp(&self, other: &ResponseType) -> Ordering
fn cmp(&self, other: &ResponseType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ResponseType
impl PartialEq for ResponseType
source§impl PartialOrd for ResponseType
impl PartialOrd for ResponseType
impl Eq for ResponseType
impl StructuralPartialEq for ResponseType
Auto Trait Implementations§
impl Freeze for ResponseType
impl RefUnwindSafe for ResponseType
impl Send for ResponseType
impl Sync for ResponseType
impl Unpin for ResponseType
impl UnwindSafe for ResponseType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)