pub struct RulepackInspection {
pub summary: RulepackSummary,
pub rendered: String,
}Fields§
§summary: RulepackSummary§rendered: StringTrait Implementations§
Source§impl Clone for RulepackInspection
impl Clone for RulepackInspection
Source§fn clone(&self) -> RulepackInspection
fn clone(&self) -> RulepackInspection
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 RulepackInspection
impl Debug for RulepackInspection
Auto Trait Implementations§
impl Freeze for RulepackInspection
impl RefUnwindSafe for RulepackInspection
impl Send for RulepackInspection
impl Sync for RulepackInspection
impl Unpin for RulepackInspection
impl UnsafeUnpin for RulepackInspection
impl UnwindSafe for RulepackInspection
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