pub struct DelegationTokenPrincipal {
pub principal_type: String,
pub principal_name: String,
}Fields§
§principal_type: String§principal_name: StringTrait Implementations§
Source§impl Clone for DelegationTokenPrincipal
impl Clone for DelegationTokenPrincipal
Source§fn clone(&self) -> DelegationTokenPrincipal
fn clone(&self) -> DelegationTokenPrincipal
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 DelegationTokenPrincipal
impl Debug for DelegationTokenPrincipal
impl Eq for DelegationTokenPrincipal
Source§impl PartialEq for DelegationTokenPrincipal
impl PartialEq for DelegationTokenPrincipal
impl StructuralPartialEq for DelegationTokenPrincipal
Auto Trait Implementations§
impl Freeze for DelegationTokenPrincipal
impl RefUnwindSafe for DelegationTokenPrincipal
impl Send for DelegationTokenPrincipal
impl Sync for DelegationTokenPrincipal
impl Unpin for DelegationTokenPrincipal
impl UnsafeUnpin for DelegationTokenPrincipal
impl UnwindSafe for DelegationTokenPrincipal
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