Struct CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
#[repr(transparent)]pub struct CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
impl Clone for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
§fn clone(&self) -> CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
fn clone(&self) -> CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
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 Default for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
impl Default for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
§fn default() -> CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
fn default() -> CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
Returns the “default value” for a type. Read more
§impl PartialEq for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
impl PartialEq for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
§fn eq(&self, other: &CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE) -> bool
fn eq(&self, other: &CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
impl Eq for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
impl StructuralPartialEq for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
Auto Trait Implementations§
impl Freeze for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
impl RefUnwindSafe for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
impl Send for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
impl Sync for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
impl Unpin for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
impl UnwindSafe for CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE
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