pub struct KeyRotationStartServerOutput {
pub group_id: GroupId,
pub key_id: SymKeyId,
}
Fields§
§group_id: GroupId
§key_id: SymKeyId
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KeyRotationStartServerOutput
impl<'de> Deserialize<'de> for KeyRotationStartServerOutput
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
Auto Trait Implementations§
impl Freeze for KeyRotationStartServerOutput
impl RefUnwindSafe for KeyRotationStartServerOutput
impl Send for KeyRotationStartServerOutput
impl Sync for KeyRotationStartServerOutput
impl Unpin for KeyRotationStartServerOutput
impl UnwindSafe for KeyRotationStartServerOutput
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