pub struct RulePayload {
pub prelude: String,
pub selector_groups: Vec<SelectorGroup>,
}Fields§
§prelude: String§selector_groups: Vec<SelectorGroup>Trait Implementations§
Source§impl Clone for RulePayload
impl Clone for RulePayload
Source§fn clone(&self) -> RulePayload
fn clone(&self) -> RulePayload
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 RulePayload
impl Debug for RulePayload
Source§impl PartialEq for RulePayload
impl PartialEq for RulePayload
Source§fn eq(&self, other: &RulePayload) -> bool
fn eq(&self, other: &RulePayload) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RulePayload
impl StructuralPartialEq for RulePayload
Auto Trait Implementations§
impl Freeze for RulePayload
impl RefUnwindSafe for RulePayload
impl Send for RulePayload
impl Sync for RulePayload
impl Unpin for RulePayload
impl UnsafeUnpin for RulePayload
impl UnwindSafe for RulePayload
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