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