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