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