pub struct MigrationMapping {
pub legacy_block_id: usize,
pub source_object: String,
pub chunk_object: String,
}Fields§
§legacy_block_id: usize§source_object: String§chunk_object: StringTrait Implementations§
Source§impl Clone for MigrationMapping
impl Clone for MigrationMapping
Source§fn clone(&self) -> MigrationMapping
fn clone(&self) -> MigrationMapping
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 MigrationMapping
impl Debug for MigrationMapping
Source§impl PartialEq for MigrationMapping
impl PartialEq for MigrationMapping
impl StructuralPartialEq for MigrationMapping
Auto Trait Implementations§
impl Freeze for MigrationMapping
impl RefUnwindSafe for MigrationMapping
impl Send for MigrationMapping
impl Sync for MigrationMapping
impl Unpin for MigrationMapping
impl UnsafeUnpin for MigrationMapping
impl UnwindSafe for MigrationMapping
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