pub struct RulesOut {
pub rules: Option<Vec<Rule>>,
}Fields§
§rules: Option<Vec<Rule>>Rules is every rule the org has set, highest priority first — the order they are matched in.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RulesOut
impl<'de> Deserialize<'de> for RulesOut
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 RulesOut
Auto Trait Implementations§
impl Freeze for RulesOut
impl RefUnwindSafe for RulesOut
impl Send for RulesOut
impl Sync for RulesOut
impl Unpin for RulesOut
impl UnsafeUnpin for RulesOut
impl UnwindSafe for RulesOut
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