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