pub struct AstOpRuleDefDesc {
pub id: AstIdentifier,
pub value: AstString,
}Fields§
§id: AstIdentifier§value: AstStringTrait Implementations§
Source§impl Clone for AstOpRuleDefDesc
impl Clone for AstOpRuleDefDesc
Source§fn clone(&self) -> AstOpRuleDefDesc
fn clone(&self) -> AstOpRuleDefDesc
Returns a duplicate of the value. Read more
1.0.0 · 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 AstOpRuleDefDesc
impl Debug for AstOpRuleDefDesc
Source§impl<'de> Deserialize<'de> for AstOpRuleDefDesc
impl<'de> Deserialize<'de> for AstOpRuleDefDesc
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 AstOpRuleDefDesc
impl RefUnwindSafe for AstOpRuleDefDesc
impl Send for AstOpRuleDefDesc
impl Sync for AstOpRuleDefDesc
impl Unpin for AstOpRuleDefDesc
impl UnwindSafe for AstOpRuleDefDesc
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