pub struct ReadContextRuleFactsInner {
pub operator: Option<Operator>,
pub name: Option<String>,
pub arguments: Option<Vec<ReadContextRuleFactsInnerArgumentsInner>>,
}Fields§
§operator: Option<Operator>whether this assertion matches when the fact exists or does not exist
name: Option<String>the name of the fact
arguments: Option<Vec<ReadContextRuleFactsInnerArgumentsInner>>Implementations§
Source§impl ReadContextRuleFactsInner
impl ReadContextRuleFactsInner
pub fn new() -> ReadContextRuleFactsInner
Trait Implementations§
Source§impl Clone for ReadContextRuleFactsInner
impl Clone for ReadContextRuleFactsInner
Source§fn clone(&self) -> ReadContextRuleFactsInner
fn clone(&self) -> ReadContextRuleFactsInner
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 ReadContextRuleFactsInner
impl Debug for ReadContextRuleFactsInner
Source§impl Default for ReadContextRuleFactsInner
impl Default for ReadContextRuleFactsInner
Source§fn default() -> ReadContextRuleFactsInner
fn default() -> ReadContextRuleFactsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReadContextRuleFactsInner
impl<'de> Deserialize<'de> for ReadContextRuleFactsInner
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 ReadContextRuleFactsInner
impl PartialEq for ReadContextRuleFactsInner
Source§fn eq(&self, other: &ReadContextRuleFactsInner) -> bool
fn eq(&self, other: &ReadContextRuleFactsInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReadContextRuleFactsInner
Auto Trait Implementations§
impl Freeze for ReadContextRuleFactsInner
impl RefUnwindSafe for ReadContextRuleFactsInner
impl Send for ReadContextRuleFactsInner
impl Sync for ReadContextRuleFactsInner
impl Unpin for ReadContextRuleFactsInner
impl UnsafeUnpin for ReadContextRuleFactsInner
impl UnwindSafe for ReadContextRuleFactsInner
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