#[repr(C)]pub struct IHttpSecurity {
pub lpVtbl: *mut IHttpSecurityVtbl,
}
Fields§
§lpVtbl: *mut IHttpSecurityVtbl
Trait Implementations§
Source§impl Clone for IHttpSecurity
impl Clone for IHttpSecurity
Source§fn clone(&self) -> IHttpSecurity
fn clone(&self) -> IHttpSecurity
Returns a copy 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 IHttpSecurity
impl Debug for IHttpSecurity
Source§impl Ord for IHttpSecurity
impl Ord for IHttpSecurity
Source§fn cmp(&self, other: &IHttpSecurity) -> Ordering
fn cmp(&self, other: &IHttpSecurity) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IHttpSecurity
impl PartialEq for IHttpSecurity
Source§impl PartialOrd for IHttpSecurity
impl PartialOrd for IHttpSecurity
impl Copy for IHttpSecurity
impl Eq for IHttpSecurity
impl StructuralPartialEq for IHttpSecurity
Auto Trait Implementations§
impl Freeze for IHttpSecurity
impl RefUnwindSafe for IHttpSecurity
impl !Send for IHttpSecurity
impl !Sync for IHttpSecurity
impl Unpin for IHttpSecurity
impl UnwindSafe for IHttpSecurity
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