pub struct RulepackInputMetadata {
pub summary: RulepackSummary,
pub variables: Vec<RulepackVariable>,
pub bindings: Vec<RulepackBinding>,
pub profiles: Vec<RulepackProfile>,
}Fields§
§summary: RulepackSummary§variables: Vec<RulepackVariable>§bindings: Vec<RulepackBinding>§profiles: Vec<RulepackProfile>Trait Implementations§
Source§impl Clone for RulepackInputMetadata
impl Clone for RulepackInputMetadata
Source§fn clone(&self) -> RulepackInputMetadata
fn clone(&self) -> RulepackInputMetadata
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 RulepackInputMetadata
impl Debug for RulepackInputMetadata
Source§impl PartialEq for RulepackInputMetadata
impl PartialEq for RulepackInputMetadata
Source§impl Serialize for RulepackInputMetadata
impl Serialize for RulepackInputMetadata
impl StructuralPartialEq for RulepackInputMetadata
Auto Trait Implementations§
impl Freeze for RulepackInputMetadata
impl RefUnwindSafe for RulepackInputMetadata
impl Send for RulepackInputMetadata
impl Sync for RulepackInputMetadata
impl Unpin for RulepackInputMetadata
impl UnsafeUnpin for RulepackInputMetadata
impl UnwindSafe for RulepackInputMetadata
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