pub struct ColonBlock<'tree> {
pub span: Span,
pub children: Vec<Statement<'tree>>,
}Fields§
§span: Span§children: Vec<Statement<'tree>>Trait Implementations§
Source§impl<'tree> Clone for ColonBlock<'tree>
impl<'tree> Clone for ColonBlock<'tree>
Source§fn clone(&self) -> ColonBlock<'tree>
fn clone(&self) -> ColonBlock<'tree>
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<'tree> Debug for ColonBlock<'tree>
impl<'tree> Debug for ColonBlock<'tree>
Source§impl<'tree> FromNode<'tree> for ColonBlock<'tree>
impl<'tree> FromNode<'tree> for ColonBlock<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ColonBlock<'tree>
impl<'tree> RefUnwindSafe for ColonBlock<'tree>
impl<'tree> Send for ColonBlock<'tree>
impl<'tree> Sync for ColonBlock<'tree>
impl<'tree> Unpin for ColonBlock<'tree>
impl<'tree> UnsafeUnpin for ColonBlock<'tree>
impl<'tree> UnwindSafe for ColonBlock<'tree>
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