pub struct RuleSetPackage {
pub schema_version: String,
pub package: PackageMetadata,
pub definition_packages: Vec<String>,
pub root: RuleFolder,
}Fields§
§schema_version: String§package: PackageMetadata§definition_packages: Vec<String>§root: RuleFolderTrait Implementations§
Source§impl Clone for RuleSetPackage
impl Clone for RuleSetPackage
Source§fn clone(&self) -> RuleSetPackage
fn clone(&self) -> RuleSetPackage
Returns a copy of the value. Read more
1.0.0 · 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 RuleSetPackage
impl Debug for RuleSetPackage
Source§impl<'de> Deserialize<'de> for RuleSetPackage
impl<'de> Deserialize<'de> for RuleSetPackage
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RuleSetPackage
impl PartialEq for RuleSetPackage
Source§impl Serialize for RuleSetPackage
impl Serialize for RuleSetPackage
impl StructuralPartialEq for RuleSetPackage
Auto Trait Implementations§
impl Freeze for RuleSetPackage
impl RefUnwindSafe for RuleSetPackage
impl Send for RuleSetPackage
impl Sync for RuleSetPackage
impl Unpin for RuleSetPackage
impl UnwindSafe for RuleSetPackage
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