struct EffectAuditCounts {Show 25 fields
spells: usize,
unresolved_spells: usize,
effects: usize,
generic: usize,
partial: usize,
content_required: usize,
content_modeled: usize,
content_ignored: usize,
content_undeclared: usize,
ignored: usize,
unsupported: usize,
attributes: usize,
attribute_generic: usize,
attribute_partial: usize,
attribute_ignored: usize,
attribute_unsupported: usize,
target_plans: usize,
target_plan_generic: usize,
target_plan_overlaid: usize,
target_plan_unsupported: usize,
target_flags: usize,
target_flag_generic: usize,
target_flag_partial: usize,
target_flag_ignored: usize,
target_flag_unsupported: usize,
}Fields§
§spells: usize§unresolved_spells: usize§effects: usize§generic: usize§partial: usize§content_required: usize§content_modeled: usize§content_ignored: usize§content_undeclared: usize§ignored: usize§unsupported: usize§attributes: usize§attribute_generic: usize§attribute_partial: usize§attribute_ignored: usize§attribute_unsupported: usize§target_plans: usize§target_plan_generic: usize§target_plan_overlaid: usize§target_plan_unsupported: usize§target_flags: usize§target_flag_generic: usize§target_flag_partial: usize§target_flag_ignored: usize§target_flag_unsupported: usizeTrait Implementations§
Source§impl Default for EffectAuditCounts
impl Default for EffectAuditCounts
Source§fn default() -> EffectAuditCounts
fn default() -> EffectAuditCounts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EffectAuditCounts
impl RefUnwindSafe for EffectAuditCounts
impl Send for EffectAuditCounts
impl Sync for EffectAuditCounts
impl Unpin for EffectAuditCounts
impl UnsafeUnpin for EffectAuditCounts
impl UnwindSafe for EffectAuditCounts
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more