pub struct AuthConfigSection {
pub auth_type: String,
pub header_name: String,
}Fields§
§auth_type: String§header_name: StringTrait Implementations§
Source§impl Clone for AuthConfigSection
impl Clone for AuthConfigSection
Source§fn clone(&self) -> AuthConfigSection
fn clone(&self) -> AuthConfigSection
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 AuthConfigSection
impl Debug for AuthConfigSection
Source§impl<'de> Deserialize<'de> for AuthConfigSection
impl<'de> Deserialize<'de> for AuthConfigSection
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 Serialize for AuthConfigSection
impl Serialize for AuthConfigSection
Source§impl Validate for AuthConfigSection
impl Validate for AuthConfigSection
Source§impl<'v_a> ValidateArgs<'v_a> for AuthConfigSection
impl<'v_a> ValidateArgs<'v_a> for AuthConfigSection
Auto Trait Implementations§
impl Freeze for AuthConfigSection
impl RefUnwindSafe for AuthConfigSection
impl Send for AuthConfigSection
impl Sync for AuthConfigSection
impl Unpin for AuthConfigSection
impl UnwindSafe for AuthConfigSection
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