pub struct MigrationOperationInput {
pub migration_operation_id: Option<String>,
}
Expand description
Migration Operation Input
Fields§
§migration_operation_id: Option<String>
ID tracking migration operation.
Implementations§
Trait Implementations§
Source§impl Clone for MigrationOperationInput
impl Clone for MigrationOperationInput
Source§fn clone(&self) -> MigrationOperationInput
fn clone(&self) -> MigrationOperationInput
Returns a duplicate of the value. Read more
1.0.0 · 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 MigrationOperationInput
impl Debug for MigrationOperationInput
Source§impl Default for MigrationOperationInput
impl Default for MigrationOperationInput
Source§fn default() -> MigrationOperationInput
fn default() -> MigrationOperationInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MigrationOperationInput
impl<'de> Deserialize<'de> for MigrationOperationInput
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 MigrationOperationInput
impl PartialEq for MigrationOperationInput
Source§impl Serialize for MigrationOperationInput
impl Serialize for MigrationOperationInput
impl StructuralPartialEq for MigrationOperationInput
Auto Trait Implementations§
impl Freeze for MigrationOperationInput
impl RefUnwindSafe for MigrationOperationInput
impl Send for MigrationOperationInput
impl Sync for MigrationOperationInput
impl Unpin for MigrationOperationInput
impl UnwindSafe for MigrationOperationInput
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