pub struct RulesetInfoConditionsRefName {
pub include: Vec<String>,
pub exclude: Vec<String>,
}Fields§
§include: Vec<String>§exclude: Vec<String>Trait Implementations§
Source§impl Debug for RulesetInfoConditionsRefName
impl Debug for RulesetInfoConditionsRefName
Source§impl<'de> Deserialize<'de> for RulesetInfoConditionsRefName
impl<'de> Deserialize<'de> for RulesetInfoConditionsRefName
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
Auto Trait Implementations§
impl Freeze for RulesetInfoConditionsRefName
impl RefUnwindSafe for RulesetInfoConditionsRefName
impl Send for RulesetInfoConditionsRefName
impl Sync for RulesetInfoConditionsRefName
impl Unpin for RulesetInfoConditionsRefName
impl UnsafeUnpin for RulesetInfoConditionsRefName
impl UnwindSafe for RulesetInfoConditionsRefName
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