pub enum ConfigSyncWarning {
ChangesetReferencesRenamedPackage {
changeset: ChangesetId,
from: PackageId,
to: PackageId,
},
}Variants§
Trait Implementations§
Source§impl Clone for ConfigSyncWarning
impl Clone for ConfigSyncWarning
Source§fn clone(&self) -> ConfigSyncWarning
fn clone(&self) -> ConfigSyncWarning
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 ConfigSyncWarning
impl Debug for ConfigSyncWarning
impl Eq for ConfigSyncWarning
Source§impl Ord for ConfigSyncWarning
impl Ord for ConfigSyncWarning
Source§fn cmp(&self, other: &ConfigSyncWarning) -> Ordering
fn cmp(&self, other: &ConfigSyncWarning) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ConfigSyncWarning
impl PartialEq for ConfigSyncWarning
Source§impl PartialOrd for ConfigSyncWarning
impl PartialOrd for ConfigSyncWarning
Source§impl Serialize for ConfigSyncWarning
impl Serialize for ConfigSyncWarning
impl StructuralPartialEq for ConfigSyncWarning
Auto Trait Implementations§
impl Freeze for ConfigSyncWarning
impl RefUnwindSafe for ConfigSyncWarning
impl Send for ConfigSyncWarning
impl Sync for ConfigSyncWarning
impl Unpin for ConfigSyncWarning
impl UnsafeUnpin for ConfigSyncWarning
impl UnwindSafe for ConfigSyncWarning
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