pub enum MigrationPostFeatureUpgradeParts {
None,
}
Expand description
API parts for the Migration Post Feature Upgrade API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for MigrationPostFeatureUpgradeParts
impl Clone for MigrationPostFeatureUpgradeParts
Source§fn clone(&self) -> MigrationPostFeatureUpgradeParts
fn clone(&self) -> MigrationPostFeatureUpgradeParts
Returns a copy 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 PartialEq for MigrationPostFeatureUpgradeParts
impl PartialEq for MigrationPostFeatureUpgradeParts
Source§fn eq(&self, other: &MigrationPostFeatureUpgradeParts) -> bool
fn eq(&self, other: &MigrationPostFeatureUpgradeParts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for MigrationPostFeatureUpgradeParts
impl StructuralPartialEq for MigrationPostFeatureUpgradeParts
Auto Trait Implementations§
impl Freeze for MigrationPostFeatureUpgradeParts
impl RefUnwindSafe for MigrationPostFeatureUpgradeParts
impl Send for MigrationPostFeatureUpgradeParts
impl Sync for MigrationPostFeatureUpgradeParts
impl Unpin for MigrationPostFeatureUpgradeParts
impl UnwindSafe for MigrationPostFeatureUpgradeParts
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