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