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
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