pub struct EffectiveEmissionIr {
pub serde_serialize: bool,
pub serde_deserialize: bool,
pub derive_allow: IndexSet<String>,
}Fields§
§serde_serialize: bool§serde_deserialize: bool§derive_allow: IndexSet<String>Trait Implementations§
Source§impl Clone for EffectiveEmissionIr
impl Clone for EffectiveEmissionIr
Source§fn clone(&self) -> EffectiveEmissionIr
fn clone(&self) -> EffectiveEmissionIr
Returns a duplicate 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 EffectiveEmissionIr
impl Debug for EffectiveEmissionIr
Source§impl Default for EffectiveEmissionIr
impl Default for EffectiveEmissionIr
Source§fn default() -> EffectiveEmissionIr
fn default() -> EffectiveEmissionIr
Returns the “default value” for a type. Read more
Source§impl PartialEq for EffectiveEmissionIr
impl PartialEq for EffectiveEmissionIr
impl Eq for EffectiveEmissionIr
impl StructuralPartialEq for EffectiveEmissionIr
Auto Trait Implementations§
impl Freeze for EffectiveEmissionIr
impl RefUnwindSafe for EffectiveEmissionIr
impl Send for EffectiveEmissionIr
impl Sync for EffectiveEmissionIr
impl Unpin for EffectiveEmissionIr
impl UnsafeUnpin for EffectiveEmissionIr
impl UnwindSafe for EffectiveEmissionIr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.