#[non_exhaustive]pub struct DescribedDelegationTokenRenewer {
pub principal_type: StrBytes,
pub principal_name: StrBytes,
pub unknown_tagged_fields: BTreeMap<i32, Bytes>,
}Expand description
Valid versions: 0-3
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.principal_type: StrBytesThe renewer principal type
Supported API versions: 0-3
principal_name: StrBytesThe renewer principal name
Supported API versions: 0-3
unknown_tagged_fields: BTreeMap<i32, Bytes>Other tagged fields
Implementations§
source§impl DescribedDelegationTokenRenewer
impl DescribedDelegationTokenRenewer
sourcepub fn with_principal_type(self, value: StrBytes) -> Self
pub fn with_principal_type(self, value: StrBytes) -> Self
Sets principal_type to the passed value.
The renewer principal type
Supported API versions: 0-3
sourcepub fn with_principal_name(self, value: StrBytes) -> Self
pub fn with_principal_name(self, value: StrBytes) -> Self
Sets principal_name to the passed value.
The renewer principal name
Supported API versions: 0-3
sourcepub fn with_unknown_tagged_fields(self, value: BTreeMap<i32, Bytes>) -> Self
pub fn with_unknown_tagged_fields(self, value: BTreeMap<i32, Bytes>) -> Self
Sets unknown_tagged_fields to the passed value.
sourcepub fn with_unknown_tagged_field(self, key: i32, value: Bytes) -> Self
pub fn with_unknown_tagged_field(self, key: i32, value: Bytes) -> Self
Inserts an entry into unknown_tagged_fields.
Trait Implementations§
source§impl Clone for DescribedDelegationTokenRenewer
impl Clone for DescribedDelegationTokenRenewer
source§fn clone(&self) -> DescribedDelegationTokenRenewer
fn clone(&self) -> DescribedDelegationTokenRenewer
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 moresource§impl Decodable for DescribedDelegationTokenRenewer
Available on crate feature client only.
impl Decodable for DescribedDelegationTokenRenewer
Available on crate feature
client only.source§impl Encodable for DescribedDelegationTokenRenewer
Available on crate feature broker only.
impl Encodable for DescribedDelegationTokenRenewer
Available on crate feature
broker only.source§impl Message for DescribedDelegationTokenRenewer
impl Message for DescribedDelegationTokenRenewer
source§const VERSIONS: VersionRange = _
const VERSIONS: VersionRange = _
The valid versions for this message.
source§const DEPRECATED_VERSIONS: Option<VersionRange> = None
const DEPRECATED_VERSIONS: Option<VersionRange> = None
The deprecated versions for this message.
source§impl PartialEq for DescribedDelegationTokenRenewer
impl PartialEq for DescribedDelegationTokenRenewer
source§fn eq(&self, other: &DescribedDelegationTokenRenewer) -> bool
fn eq(&self, other: &DescribedDelegationTokenRenewer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribedDelegationTokenRenewer
Auto Trait Implementations§
impl !Freeze for DescribedDelegationTokenRenewer
impl RefUnwindSafe for DescribedDelegationTokenRenewer
impl Send for DescribedDelegationTokenRenewer
impl Sync for DescribedDelegationTokenRenewer
impl Unpin for DescribedDelegationTokenRenewer
impl UnwindSafe for DescribedDelegationTokenRenewer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)