pub struct EsiDogmaModifier {
pub domain: Option<String>,
pub effect_id: Option<i32>,
pub func: Option<String>,
pub modified_attribute_id: Option<i32>,
pub modifying_attribute_id: Option<i32>,
pub operator: Option<i32>,
}Fields§
§domain: Option<String>§effect_id: Option<i32>§func: Option<String>§modified_attribute_id: Option<i32>§modifying_attribute_id: Option<i32>§operator: Option<i32>Trait Implementations§
Source§impl Clone for EsiDogmaModifier
impl Clone for EsiDogmaModifier
Source§fn clone(&self) -> EsiDogmaModifier
fn clone(&self) -> EsiDogmaModifier
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 moreSource§impl Debug for EsiDogmaModifier
impl Debug for EsiDogmaModifier
Source§impl<'de> Deserialize<'de> for EsiDogmaModifier
impl<'de> Deserialize<'de> for EsiDogmaModifier
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
Auto Trait Implementations§
impl Freeze for EsiDogmaModifier
impl RefUnwindSafe for EsiDogmaModifier
impl Send for EsiDogmaModifier
impl Sync for EsiDogmaModifier
impl Unpin for EsiDogmaModifier
impl UnsafeUnpin for EsiDogmaModifier
impl UnwindSafe for EsiDogmaModifier
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