pub struct GetKeyGroupResult {
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.
Trait Implementations§
Source§impl Clone for GetKeyGroupResult
impl Clone for GetKeyGroupResult
Source§fn clone(&self) -> GetKeyGroupResult
fn clone(&self) -> GetKeyGroupResult
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 GetKeyGroupResult
impl Debug for GetKeyGroupResult
Source§impl Default for GetKeyGroupResult
impl Default for GetKeyGroupResult
Source§fn default() -> GetKeyGroupResult
fn default() -> GetKeyGroupResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetKeyGroupResult
impl PartialEq for GetKeyGroupResult
impl StructuralPartialEq for GetKeyGroupResult
Auto Trait Implementations§
impl Freeze for GetKeyGroupResult
impl RefUnwindSafe for GetKeyGroupResult
impl Send for GetKeyGroupResult
impl Sync for GetKeyGroupResult
impl Unpin for GetKeyGroupResult
impl UnwindSafe for GetKeyGroupResult
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