Struct WebSecurityLevel
#[repr(transparent)]pub struct WebSecurityLevel(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WebSecurityLevel
impl Clone for WebSecurityLevel
§fn clone(&self) -> WebSecurityLevel
fn clone(&self) -> WebSecurityLevel
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 more§impl Debug for WebSecurityLevel
impl Debug for WebSecurityLevel
§impl Default for WebSecurityLevel
impl Default for WebSecurityLevel
§fn default() -> WebSecurityLevel
fn default() -> WebSecurityLevel
Returns the “default value” for a type. Read more
§impl PartialEq for WebSecurityLevel
impl PartialEq for WebSecurityLevel
impl Copy for WebSecurityLevel
impl Eq for WebSecurityLevel
impl StructuralPartialEq for WebSecurityLevel
Auto Trait Implementations§
impl Freeze for WebSecurityLevel
impl RefUnwindSafe for WebSecurityLevel
impl Send for WebSecurityLevel
impl Sync for WebSecurityLevel
impl Unpin for WebSecurityLevel
impl UnwindSafe for WebSecurityLevel
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