pub struct GatewayMigrationListOutput {
pub body: Option<Box<MigrationsConfigPart>>,
}Fields§
§body: Option<Box<MigrationsConfigPart>>Implementations§
Source§impl GatewayMigrationListOutput
impl GatewayMigrationListOutput
pub fn new() -> GatewayMigrationListOutput
Trait Implementations§
Source§impl Clone for GatewayMigrationListOutput
impl Clone for GatewayMigrationListOutput
Source§fn clone(&self) -> GatewayMigrationListOutput
fn clone(&self) -> GatewayMigrationListOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GatewayMigrationListOutput
impl Debug for GatewayMigrationListOutput
Source§impl Default for GatewayMigrationListOutput
impl Default for GatewayMigrationListOutput
Source§fn default() -> GatewayMigrationListOutput
fn default() -> GatewayMigrationListOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GatewayMigrationListOutput
impl<'de> Deserialize<'de> for GatewayMigrationListOutput
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 GatewayMigrationListOutput
impl PartialEq for GatewayMigrationListOutput
Source§fn eq(&self, other: &GatewayMigrationListOutput) -> bool
fn eq(&self, other: &GatewayMigrationListOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GatewayMigrationListOutput
Auto Trait Implementations§
impl Freeze for GatewayMigrationListOutput
impl RefUnwindSafe for GatewayMigrationListOutput
impl Send for GatewayMigrationListOutput
impl Sync for GatewayMigrationListOutput
impl Unpin for GatewayMigrationListOutput
impl UnsafeUnpin for GatewayMigrationListOutput
impl UnwindSafe for GatewayMigrationListOutput
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