pub struct SecuritySchemeAutoTag;Expand description
Placeholder Type for the Auto Security Scheme
Trait Implementations§
Source§impl BuildableSecuritySchemeSubtype for SecuritySchemeAutoTag
impl BuildableSecuritySchemeSubtype for SecuritySchemeAutoTag
Source§fn build(self) -> SecuritySchemeSubtype
fn build(self) -> SecuritySchemeSubtype
Consume the builder and produce the SecuritySchemeSubtype
Auto Trait Implementations§
impl Freeze for SecuritySchemeAutoTag
impl RefUnwindSafe for SecuritySchemeAutoTag
impl Send for SecuritySchemeAutoTag
impl Sync for SecuritySchemeAutoTag
impl Unpin for SecuritySchemeAutoTag
impl UnwindSafe for SecuritySchemeAutoTag
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