pub struct AgentRegistrationRegenerateKeyParameter {
pub key_name: KeyName,
}Expand description
The parameters supplied to the regenerate keys operation.
Fields§
§key_name: KeyNameGets or sets the agent registration key name - primary or secondary.
Implementations§
Trait Implementations§
Source§impl Clone for AgentRegistrationRegenerateKeyParameter
impl Clone for AgentRegistrationRegenerateKeyParameter
Source§fn clone(&self) -> AgentRegistrationRegenerateKeyParameter
fn clone(&self) -> AgentRegistrationRegenerateKeyParameter
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<'de> Deserialize<'de> for AgentRegistrationRegenerateKeyParameter
impl<'de> Deserialize<'de> for AgentRegistrationRegenerateKeyParameter
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 PartialEq for AgentRegistrationRegenerateKeyParameter
impl PartialEq for AgentRegistrationRegenerateKeyParameter
Source§fn eq(&self, other: &AgentRegistrationRegenerateKeyParameter) -> bool
fn eq(&self, other: &AgentRegistrationRegenerateKeyParameter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AgentRegistrationRegenerateKeyParameter
Auto Trait Implementations§
impl Freeze for AgentRegistrationRegenerateKeyParameter
impl RefUnwindSafe for AgentRegistrationRegenerateKeyParameter
impl Send for AgentRegistrationRegenerateKeyParameter
impl Sync for AgentRegistrationRegenerateKeyParameter
impl Unpin for AgentRegistrationRegenerateKeyParameter
impl UnwindSafe for AgentRegistrationRegenerateKeyParameter
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