pub struct MigrationFlow {
pub id: String,
pub description: String,
pub file_format: String,
}Fields§
§id: String§description: String§file_format: StringTrait Implementations§
Source§impl Clone for MigrationFlow
impl Clone for MigrationFlow
Source§fn clone(&self) -> MigrationFlow
fn clone(&self) -> MigrationFlow
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 MigrationFlow
impl Debug for MigrationFlow
Source§impl Default for MigrationFlow
impl Default for MigrationFlow
Source§fn default() -> MigrationFlow
fn default() -> MigrationFlow
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MigrationFlow
impl RefUnwindSafe for MigrationFlow
impl Send for MigrationFlow
impl Sync for MigrationFlow
impl Unpin for MigrationFlow
impl UnsafeUnpin for MigrationFlow
impl UnwindSafe for MigrationFlow
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