pub struct DisruptionEffect {
pub effect: DisruptionEffectType,
pub product: Vec<Product>,
}
Fields§
§effect: DisruptionEffectType
§product: Vec<Product>
Trait Implementations§
Source§impl Clone for DisruptionEffect
impl Clone for DisruptionEffect
Source§fn clone(&self) -> DisruptionEffect
fn clone(&self) -> DisruptionEffect
Returns a copy of the value. Read more
1.0.0 · 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 DisruptionEffect
impl Debug for DisruptionEffect
Source§impl<'de> Deserialize<'de> for DisruptionEffect
impl<'de> Deserialize<'de> for DisruptionEffect
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DisruptionEffect
impl PartialEq for DisruptionEffect
Source§impl Serialize for DisruptionEffect
impl Serialize for DisruptionEffect
impl StructuralPartialEq for DisruptionEffect
Auto Trait Implementations§
impl Freeze for DisruptionEffect
impl RefUnwindSafe for DisruptionEffect
impl Send for DisruptionEffect
impl Sync for DisruptionEffect
impl Unpin for DisruptionEffect
impl UnwindSafe for DisruptionEffect
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