pub struct CredentialBootstrappingUpdate {
pub enabled: Option<Boolean>,
pub enable_after_reset: Option<Boolean>,
pub role_id: Option<String>,
}Expand description
Update struct corresponding to CredentialBootstrapping
Fields§
§enabled: Option<Boolean>§enable_after_reset: Option<Boolean>§role_id: Option<String>Implementations§
Source§impl CredentialBootstrappingUpdate
impl CredentialBootstrappingUpdate
pub fn builder() -> Self
pub const fn build(self) -> Self
pub fn with_enabled(self, v: Boolean) -> Self
pub fn with_enable_after_reset(self, v: Boolean) -> Self
pub fn with_role_id(self, v: String) -> Self
Trait Implementations§
Source§impl Default for CredentialBootstrappingUpdate
impl Default for CredentialBootstrappingUpdate
Source§fn default() -> CredentialBootstrappingUpdate
fn default() -> CredentialBootstrappingUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CredentialBootstrappingUpdate
impl RefUnwindSafe for CredentialBootstrappingUpdate
impl Send for CredentialBootstrappingUpdate
impl Sync for CredentialBootstrappingUpdate
impl Unpin for CredentialBootstrappingUpdate
impl UnsafeUnpin for CredentialBootstrappingUpdate
impl UnwindSafe for CredentialBootstrappingUpdate
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