pub struct AddCacheOutput {
pub gateway_arn: Option<String>,
}Fields§
§gateway_arn: Option<String>Trait Implementations§
Source§impl Clone for AddCacheOutput
impl Clone for AddCacheOutput
Source§fn clone(&self) -> AddCacheOutput
fn clone(&self) -> AddCacheOutput
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 AddCacheOutput
impl Debug for AddCacheOutput
Source§impl Default for AddCacheOutput
impl Default for AddCacheOutput
Source§fn default() -> AddCacheOutput
fn default() -> AddCacheOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddCacheOutput
impl<'de> Deserialize<'de> for AddCacheOutput
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 AddCacheOutput
impl PartialEq for AddCacheOutput
impl StructuralPartialEq for AddCacheOutput
Auto Trait Implementations§
impl Freeze for AddCacheOutput
impl RefUnwindSafe for AddCacheOutput
impl Send for AddCacheOutput
impl Sync for AddCacheOutput
impl Unpin for AddCacheOutput
impl UnwindSafe for AddCacheOutput
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