pub enum PrivateChangePasswordResponseTokenType {
Bearer,
}Variants§
Bearer
Trait Implementations§
Source§impl Clone for PrivateChangePasswordResponseTokenType
impl Clone for PrivateChangePasswordResponseTokenType
Source§fn clone(&self) -> PrivateChangePasswordResponseTokenType
fn clone(&self) -> PrivateChangePasswordResponseTokenType
Returns a duplicate 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 Default for PrivateChangePasswordResponseTokenType
impl Default for PrivateChangePasswordResponseTokenType
Source§fn default() -> PrivateChangePasswordResponseTokenType
fn default() -> PrivateChangePasswordResponseTokenType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateChangePasswordResponseTokenType
impl<'de> Deserialize<'de> for PrivateChangePasswordResponseTokenType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PrivateChangePasswordResponseTokenType
impl PartialEq for PrivateChangePasswordResponseTokenType
Source§fn eq(&self, other: &PrivateChangePasswordResponseTokenType) -> bool
fn eq(&self, other: &PrivateChangePasswordResponseTokenType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateChangePasswordResponseTokenType
Auto Trait Implementations§
impl Freeze for PrivateChangePasswordResponseTokenType
impl RefUnwindSafe for PrivateChangePasswordResponseTokenType
impl Send for PrivateChangePasswordResponseTokenType
impl Sync for PrivateChangePasswordResponseTokenType
impl Unpin for PrivateChangePasswordResponseTokenType
impl UnwindSafe for PrivateChangePasswordResponseTokenType
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