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