pub struct UpgradeMapperSource {
pub comparator: ComparatorString,
pub module_filter: EntityIDFilter,
pub name: &'static str,
pub quality: &'static str,
pub type: UpgradeMapperDestinationType,
}Fields§
§comparator: ComparatorString§module_filter: EntityIDFilter§name: &'static str§quality: &'static str§type: UpgradeMapperDestinationTypeTrait Implementations§
Source§impl Clone for UpgradeMapperSource
impl Clone for UpgradeMapperSource
Source§fn clone(&self) -> UpgradeMapperSource
fn clone(&self) -> UpgradeMapperSource
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 UpgradeMapperSource
Source§impl Debug for UpgradeMapperSource
impl Debug for UpgradeMapperSource
Source§impl Default for UpgradeMapperSource
impl Default for UpgradeMapperSource
Source§fn default() -> UpgradeMapperSource
fn default() -> UpgradeMapperSource
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpgradeMapperSource
impl PartialEq for UpgradeMapperSource
impl StructuralPartialEq for UpgradeMapperSource
Auto Trait Implementations§
impl Freeze for UpgradeMapperSource
impl RefUnwindSafe for UpgradeMapperSource
impl Send for UpgradeMapperSource
impl Sync for UpgradeMapperSource
impl Unpin for UpgradeMapperSource
impl UnsafeUnpin for UpgradeMapperSource
impl UnwindSafe for UpgradeMapperSource
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