pub struct IncludeStatement { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for IncludeStatement
impl AstNode for IncludeStatement
Source§impl Clone for IncludeStatement
impl Clone for IncludeStatement
Source§fn clone(&self) -> IncludeStatement
fn clone(&self) -> IncludeStatement
Returns a copy 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 IncludeStatement
impl Debug for IncludeStatement
Source§impl Hash for IncludeStatement
impl Hash for IncludeStatement
Source§impl PartialEq for IncludeStatement
impl PartialEq for IncludeStatement
impl Eq for IncludeStatement
impl StructuralPartialEq for IncludeStatement
Auto Trait Implementations§
impl Freeze for IncludeStatement
impl !RefUnwindSafe for IncludeStatement
impl !Send for IncludeStatement
impl !Sync for IncludeStatement
impl Unpin for IncludeStatement
impl !UnwindSafe for IncludeStatement
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