#[repr(C)]pub struct TrustedUser(/* private fields */);
Expand description
Reserved for future use.
Implementations§
Source§impl TrustedUser
impl TrustedUser
Sourcepub fn into_inner(self) -> bool
pub fn into_inner(self) -> bool
Converts into the inner representation of TrustedUser
.
Trait Implementations§
Source§impl Clone for TrustedUser
impl Clone for TrustedUser
Source§fn clone(&self) -> TrustedUser
fn clone(&self) -> TrustedUser
Returns a duplicate 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 TrustedUser
impl Debug for TrustedUser
Source§impl Default for TrustedUser
impl Default for TrustedUser
Source§fn default() -> TrustedUser
fn default() -> TrustedUser
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TrustedUser
impl<'de> Deserialize<'de> for TrustedUser
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 Display for TrustedUser
impl Display for TrustedUser
Source§impl From<&TrustedUser> for XfsMember
impl From<&TrustedUser> for XfsMember
Source§fn from(val: &TrustedUser) -> Self
fn from(val: &TrustedUser) -> Self
Converts to this type from the input type.
Source§impl From<&TrustedUser> for XfsValue
impl From<&TrustedUser> for XfsValue
Source§fn from(val: &TrustedUser) -> Self
fn from(val: &TrustedUser) -> Self
Converts to this type from the input type.
Source§impl From<&TrustedUser> for bool
impl From<&TrustedUser> for bool
Source§fn from(val: &TrustedUser) -> Self
fn from(val: &TrustedUser) -> Self
Converts to this type from the input type.
Source§impl From<&TrustedUser> for u8
impl From<&TrustedUser> for u8
Source§fn from(val: &TrustedUser) -> Self
fn from(val: &TrustedUser) -> Self
Converts to this type from the input type.
Source§impl From<&bool> for TrustedUser
impl From<&bool> for TrustedUser
Source§impl From<&u8> for TrustedUser
impl From<&u8> for TrustedUser
Source§impl From<TrustedUser> for XfsMember
impl From<TrustedUser> for XfsMember
Source§fn from(val: TrustedUser) -> Self
fn from(val: TrustedUser) -> Self
Converts to this type from the input type.
Source§impl From<TrustedUser> for XfsValue
impl From<TrustedUser> for XfsValue
Source§fn from(val: TrustedUser) -> Self
fn from(val: TrustedUser) -> Self
Converts to this type from the input type.
Source§impl From<TrustedUser> for bool
impl From<TrustedUser> for bool
Source§fn from(val: TrustedUser) -> Self
fn from(val: TrustedUser) -> Self
Converts to this type from the input type.
Source§impl From<TrustedUser> for u8
impl From<TrustedUser> for u8
Source§fn from(val: TrustedUser) -> Self
fn from(val: TrustedUser) -> Self
Converts to this type from the input type.
Source§impl From<bool> for TrustedUser
impl From<bool> for TrustedUser
Source§impl From<u8> for TrustedUser
impl From<u8> for TrustedUser
Source§impl PartialEq for TrustedUser
impl PartialEq for TrustedUser
Source§impl Serialize for TrustedUser
impl Serialize for TrustedUser
Source§impl TryFrom<&XfsMember> for TrustedUser
impl TryFrom<&XfsMember> for TrustedUser
Source§impl TryFrom<&XfsValue> for TrustedUser
impl TryFrom<&XfsValue> for TrustedUser
Source§impl TryFrom<XfsMember> for TrustedUser
impl TryFrom<XfsMember> for TrustedUser
Source§impl TryFrom<XfsValue> for TrustedUser
impl TryFrom<XfsValue> for TrustedUser
impl Copy for TrustedUser
impl StructuralPartialEq for TrustedUser
Auto Trait Implementations§
impl Freeze for TrustedUser
impl RefUnwindSafe for TrustedUser
impl Send for TrustedUser
impl Sync for TrustedUser
impl Unpin for TrustedUser
impl UnwindSafe for TrustedUser
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