Enum openapi_schema::AuthorizationUrl
source · pub enum AuthorizationUrl {
Implicit,
AccessCode,
}
Variants§
Trait Implementations§
source§impl Clone for AuthorizationUrl
impl Clone for AuthorizationUrl
source§fn clone(&self) -> AuthorizationUrl
fn clone(&self) -> AuthorizationUrl
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 AuthorizationUrl
impl Debug for AuthorizationUrl
source§impl<'de> Deserialize<'de> for AuthorizationUrl
impl<'de> Deserialize<'de> for AuthorizationUrl
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<AuthorizationUrl> for AuthorizationUrl
impl PartialEq<AuthorizationUrl> for AuthorizationUrl
source§fn eq(&self, other: &AuthorizationUrl) -> bool
fn eq(&self, other: &AuthorizationUrl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AuthorizationUrl
impl Serialize for AuthorizationUrl
impl StructuralPartialEq for AuthorizationUrl
Auto Trait Implementations§
impl RefUnwindSafe for AuthorizationUrl
impl Send for AuthorizationUrl
impl Sync for AuthorizationUrl
impl Unpin for AuthorizationUrl
impl UnwindSafe for AuthorizationUrl
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