pub struct NnrpMigration {
pub metadata: SessionMigrateMetadata,
}Fields§
§metadata: SessionMigrateMetadataTrait Implementations§
Source§impl Clone for NnrpMigration
impl Clone for NnrpMigration
Source§fn clone(&self) -> NnrpMigration
fn clone(&self) -> NnrpMigration
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 NnrpMigration
impl Debug for NnrpMigration
Source§impl PartialEq for NnrpMigration
impl PartialEq for NnrpMigration
Source§fn eq(&self, other: &NnrpMigration) -> bool
fn eq(&self, other: &NnrpMigration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NnrpMigration
impl Eq for NnrpMigration
impl StructuralPartialEq for NnrpMigration
Auto Trait Implementations§
impl Freeze for NnrpMigration
impl RefUnwindSafe for NnrpMigration
impl Send for NnrpMigration
impl Sync for NnrpMigration
impl Unpin for NnrpMigration
impl UnsafeUnpin for NnrpMigration
impl UnwindSafe for NnrpMigration
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