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