pub struct HttpSecurityProfile {
pub origin: HttpSecurityOrigin,
pub requirements: Vec<HttpSecurityRequirement>,
}Fields§
§origin: HttpSecurityOrigin§requirements: Vec<HttpSecurityRequirement>Trait Implementations§
Source§impl Clone for HttpSecurityProfile
impl Clone for HttpSecurityProfile
Source§fn clone(&self) -> HttpSecurityProfile
fn clone(&self) -> HttpSecurityProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HttpSecurityProfile
impl Debug for HttpSecurityProfile
Source§impl<'de> Deserialize<'de> for HttpSecurityProfile
impl<'de> Deserialize<'de> for HttpSecurityProfile
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 for HttpSecurityProfile
impl PartialEq for HttpSecurityProfile
Source§fn eq(&self, other: &HttpSecurityProfile) -> bool
fn eq(&self, other: &HttpSecurityProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HttpSecurityProfile
impl Serialize for HttpSecurityProfile
impl Eq for HttpSecurityProfile
impl StructuralPartialEq for HttpSecurityProfile
Auto Trait Implementations§
impl Freeze for HttpSecurityProfile
impl RefUnwindSafe for HttpSecurityProfile
impl Send for HttpSecurityProfile
impl Sync for HttpSecurityProfile
impl Unpin for HttpSecurityProfile
impl UnsafeUnpin for HttpSecurityProfile
impl UnwindSafe for HttpSecurityProfile
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