pub struct RenderedRulepackFile {
pub kind: RulepackReferencedFileKind,
pub path: PathBuf,
pub content: String,
}Fields§
§kind: RulepackReferencedFileKind§path: PathBuf§content: StringTrait Implementations§
Source§impl Clone for RenderedRulepackFile
impl Clone for RenderedRulepackFile
Source§fn clone(&self) -> RenderedRulepackFile
fn clone(&self) -> RenderedRulepackFile
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 RenderedRulepackFile
impl Debug for RenderedRulepackFile
impl Eq for RenderedRulepackFile
Source§impl PartialEq for RenderedRulepackFile
impl PartialEq for RenderedRulepackFile
Source§impl Serialize for RenderedRulepackFile
impl Serialize for RenderedRulepackFile
impl StructuralPartialEq for RenderedRulepackFile
Auto Trait Implementations§
impl Freeze for RenderedRulepackFile
impl RefUnwindSafe for RenderedRulepackFile
impl Send for RenderedRulepackFile
impl Sync for RenderedRulepackFile
impl Unpin for RenderedRulepackFile
impl UnsafeUnpin for RenderedRulepackFile
impl UnwindSafe for RenderedRulepackFile
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