pub struct RuleState {
pub states: RuleStateValue,
}Fields§
§states: RuleStateValueTrait Implementations§
Source§impl<'de> Deserialize<'de> for RuleState
impl<'de> Deserialize<'de> for RuleState
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 RuleState
Auto Trait Implementations§
impl Freeze for RuleState
impl RefUnwindSafe for RuleState
impl Send for RuleState
impl Sync for RuleState
impl Unpin for RuleState
impl UnwindSafe for RuleState
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