Struct aoe2_probe::utils::map::NumericPatch
source · [−]pub struct NumericPatch {
pub source: Vec<String>,
pub dep_type: DepType,
pub manipulation: Manipulation,
}Fields
source: Vec<String>dep_type: DepTypemanipulation: ManipulationTrait Implementations
sourceimpl Clone for NumericPatch
impl Clone for NumericPatch
sourcefn clone(&self) -> NumericPatch
fn clone(&self) -> NumericPatch
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for NumericPatch
impl Send for NumericPatch
impl Sync for NumericPatch
impl Unpin for NumericPatch
impl UnwindSafe for NumericPatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more