pub struct UpdateKeyGroupResult {
pub e_tag: Option<String>,
pub key_group: Option<KeyGroup>,
}
Fields§
§e_tag: Option<String>
The identifier for this version of the key group.
key_group: Option<KeyGroup>
The key group that was just updated.
Trait Implementations§
Source§impl Clone for UpdateKeyGroupResult
impl Clone for UpdateKeyGroupResult
Source§fn clone(&self) -> UpdateKeyGroupResult
fn clone(&self) -> UpdateKeyGroupResult
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 Debug for UpdateKeyGroupResult
impl Debug for UpdateKeyGroupResult
Source§impl Default for UpdateKeyGroupResult
impl Default for UpdateKeyGroupResult
Source§fn default() -> UpdateKeyGroupResult
fn default() -> UpdateKeyGroupResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateKeyGroupResult
impl PartialEq for UpdateKeyGroupResult
impl StructuralPartialEq for UpdateKeyGroupResult
Auto Trait Implementations§
impl Freeze for UpdateKeyGroupResult
impl RefUnwindSafe for UpdateKeyGroupResult
impl Send for UpdateKeyGroupResult
impl Sync for UpdateKeyGroupResult
impl Unpin for UpdateKeyGroupResult
impl UnwindSafe for UpdateKeyGroupResult
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