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