pub struct RulesetInfoConditions {
pub ref_name: Option<RulesetInfoConditionsRefName>,
}Fields§
§ref_name: Option<RulesetInfoConditionsRefName>Trait Implementations§
Source§impl Debug for RulesetInfoConditions
impl Debug for RulesetInfoConditions
Source§impl<'de> Deserialize<'de> for RulesetInfoConditions
impl<'de> Deserialize<'de> for RulesetInfoConditions
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 RulesetInfoConditions
impl RefUnwindSafe for RulesetInfoConditions
impl Send for RulesetInfoConditions
impl Sync for RulesetInfoConditions
impl Unpin for RulesetInfoConditions
impl UnsafeUnpin for RulesetInfoConditions
impl UnwindSafe for RulesetInfoConditions
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