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