pub struct RuleLabel {
pub label: Label,
}Fields§
§label: LabelImplementations§
Trait Implementations§
source§impl PartialEq for RuleLabel
impl PartialEq for RuleLabel
source§impl Validatable for RuleLabel
impl Validatable for RuleLabel
impl Eq for RuleLabel
impl StructuralEq for RuleLabel
impl StructuralPartialEq for RuleLabel
Auto Trait Implementations§
impl RefUnwindSafe for RuleLabel
impl Send for RuleLabel
impl Sync for RuleLabel
impl Unpin for RuleLabel
impl UnwindSafe for RuleLabel
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