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