pub struct HttpAuthSecurityScheme {
pub bearer_format: Option<String>,
pub description: Option<String>,
pub scheme: String,
}
Fields§
§bearer_format: Option<String>
§description: Option<String>
§scheme: String
Trait Implementations§
Source§impl Clone for HttpAuthSecurityScheme
impl Clone for HttpAuthSecurityScheme
Source§fn clone(&self) -> HttpAuthSecurityScheme
fn clone(&self) -> HttpAuthSecurityScheme
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 Debug for HttpAuthSecurityScheme
impl Debug for HttpAuthSecurityScheme
Source§impl<'de> Deserialize<'de> for HttpAuthSecurityScheme
impl<'de> Deserialize<'de> for HttpAuthSecurityScheme
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
Auto Trait Implementations§
impl Freeze for HttpAuthSecurityScheme
impl RefUnwindSafe for HttpAuthSecurityScheme
impl Send for HttpAuthSecurityScheme
impl Sync for HttpAuthSecurityScheme
impl Unpin for HttpAuthSecurityScheme
impl UnwindSafe for HttpAuthSecurityScheme
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