pub struct DefaultPrincipalData {
pub type_: String,
pub name: String,
pub token_authenticated: bool,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§type_: String§name: String§token_authenticated: bool§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§impl Clone for DefaultPrincipalData
impl Clone for DefaultPrincipalData
Source§fn clone(&self) -> DefaultPrincipalData
fn clone(&self) -> DefaultPrincipalData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DefaultPrincipalData
impl Debug for DefaultPrincipalData
Source§impl Decode<'_> for DefaultPrincipalData
impl Decode<'_> for DefaultPrincipalData
Source§impl Default for DefaultPrincipalData
impl Default for DefaultPrincipalData
Source§fn default() -> DefaultPrincipalData
fn default() -> DefaultPrincipalData
Returns the “default value” for a type. Read more
Source§impl Encode for DefaultPrincipalData
impl Encode for DefaultPrincipalData
impl Eq for DefaultPrincipalData
Source§impl PartialEq for DefaultPrincipalData
impl PartialEq for DefaultPrincipalData
Source§fn eq(&self, other: &DefaultPrincipalData) -> bool
fn eq(&self, other: &DefaultPrincipalData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DefaultPrincipalData
Auto Trait Implementations§
impl Freeze for DefaultPrincipalData
impl RefUnwindSafe for DefaultPrincipalData
impl Send for DefaultPrincipalData
impl Sync for DefaultPrincipalData
impl Unpin for DefaultPrincipalData
impl UnsafeUnpin for DefaultPrincipalData
impl UnwindSafe for DefaultPrincipalData
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