pub struct CreateGrantResponse {
pub grant_id: Option<String>,
pub grant_token: Option<String>,
}Expand description
KMS CreateGrantResponse.
Fields§
§grant_id: Option<String>§grant_token: Option<String>Trait Implementations§
Source§impl Clone for CreateGrantResponse
impl Clone for CreateGrantResponse
Source§fn clone(&self) -> CreateGrantResponse
fn clone(&self) -> CreateGrantResponse
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 CreateGrantResponse
impl Debug for CreateGrantResponse
Source§impl Default for CreateGrantResponse
impl Default for CreateGrantResponse
Source§fn default() -> CreateGrantResponse
fn default() -> CreateGrantResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateGrantResponse
impl<'de> Deserialize<'de> for CreateGrantResponse
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 CreateGrantResponse
impl RefUnwindSafe for CreateGrantResponse
impl Send for CreateGrantResponse
impl Sync for CreateGrantResponse
impl Unpin for CreateGrantResponse
impl UnsafeUnpin for CreateGrantResponse
impl UnwindSafe for CreateGrantResponse
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