pub enum UpgradeMapperDestinationType {
Item,
Entity,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UpgradeMapperDestinationType
impl Clone for UpgradeMapperDestinationType
Source§fn clone(&self) -> UpgradeMapperDestinationType
fn clone(&self) -> UpgradeMapperDestinationType
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 moreimpl Copy for UpgradeMapperDestinationType
Source§impl Debug for UpgradeMapperDestinationType
impl Debug for UpgradeMapperDestinationType
Source§impl Default for UpgradeMapperDestinationType
impl Default for UpgradeMapperDestinationType
Source§fn default() -> UpgradeMapperDestinationType
fn default() -> UpgradeMapperDestinationType
Returns the “default value” for a type. Read more
impl Eq for UpgradeMapperDestinationType
Source§impl From<UpgradeMapperDestinationType> for &'static str
impl From<UpgradeMapperDestinationType> for &'static str
Source§fn from(value: UpgradeMapperDestinationType) -> &'static str
fn from(value: UpgradeMapperDestinationType) -> &'static str
Converts to this type from the input type.
Source§impl Hash for UpgradeMapperDestinationType
impl Hash for UpgradeMapperDestinationType
Source§impl PartialEq<&str> for UpgradeMapperDestinationType
impl PartialEq<&str> for UpgradeMapperDestinationType
Source§impl PartialEq<UpgradeMapperDestinationType> for &str
impl PartialEq<UpgradeMapperDestinationType> for &str
impl StructuralPartialEq for UpgradeMapperDestinationType
Auto Trait Implementations§
impl Freeze for UpgradeMapperDestinationType
impl RefUnwindSafe for UpgradeMapperDestinationType
impl Send for UpgradeMapperDestinationType
impl Sync for UpgradeMapperDestinationType
impl Unpin for UpgradeMapperDestinationType
impl UnsafeUnpin for UpgradeMapperDestinationType
impl UnwindSafe for UpgradeMapperDestinationType
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