pub struct SecScheme {
pub tp: String,
pub description: Option<String>,
pub name: Option<String>,
pub scheme_in: Option<String>,
pub scheme: Option<String>,
pub bearer_format: Option<String>,
pub flows: Option<OAuthFlows>,
pub openid_connect_url: Option<String>,
}Fields§
§tp: String§description: Option<String>§name: Option<String>§scheme_in: Option<String>§scheme: Option<String>§bearer_format: Option<String>§flows: Option<OAuthFlows>§openid_connect_url: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SecScheme
impl<'de> Deserialize<'de> for SecScheme
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
impl Eq for SecScheme
impl StructuralPartialEq for SecScheme
Auto Trait Implementations§
impl Freeze for SecScheme
impl RefUnwindSafe for SecScheme
impl Send for SecScheme
impl Sync for SecScheme
impl Unpin for SecScheme
impl UnwindSafe for SecScheme
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.