pub struct RuleSet {
pub id: RuleSetId,
pub loader_id: LoaderId,
pub source_text: String,
pub backend_node_id: Option<BackendNodeId>,
pub url: Option<String>,
pub request_id: Option<RequestId>,
pub error_type: Option<RuleSetErrorType>,
pub error_message: Option<String>,
pub tag: Option<String>,
}Fields§
§id: RuleSetId§loader_id: LoaderId§source_text: String§backend_node_id: Option<BackendNodeId>§url: Option<String>§request_id: Option<RequestId>§error_type: Option<RuleSetErrorType>§error_message: Option<String>§tag: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RuleSet
impl<'de> Deserialize<'de> for RuleSet
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
impl StructuralPartialEq for RuleSet
Auto Trait Implementations§
impl Freeze for RuleSet
impl RefUnwindSafe for RuleSet
impl Send for RuleSet
impl Sync for RuleSet
impl Unpin for RuleSet
impl UnwindSafe for RuleSet
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