pub struct AstSupportsRule {
pub condition: AstSupportsCondition,
pub body: Vec<AstStmt>,
pub span: Span,
}Fields§
§condition: AstSupportsCondition§body: Vec<AstStmt>§span: SpanTrait Implementations§
Source§impl Clone for AstSupportsRule
impl Clone for AstSupportsRule
Source§fn clone(&self) -> AstSupportsRule
fn clone(&self) -> AstSupportsRule
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 moreAuto Trait Implementations§
impl Freeze for AstSupportsRule
impl RefUnwindSafe for AstSupportsRule
impl Send for AstSupportsRule
impl Sync for AstSupportsRule
impl Unpin for AstSupportsRule
impl UnwindSafe for AstSupportsRule
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