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