pub struct BracketBlock<'s> {
pub value: Vec<ComponentValue<'s>>,
pub span: Span,
}Fields§
§value: Vec<ComponentValue<'s>>§span: SpanTrait Implementations§
Source§impl<'s> Clone for BracketBlock<'s>
impl<'s> Clone for BracketBlock<'s>
Source§fn clone(&self) -> BracketBlock<'s>
fn clone(&self) -> BracketBlock<'s>
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<'s> Debug for BracketBlock<'s>
impl<'s> Debug for BracketBlock<'s>
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for BracketBlock<'s>
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for BracketBlock<'s>
Source§impl<'s> PartialEq for BracketBlock<'s>
impl<'s> PartialEq for BracketBlock<'s>
Source§impl<'s> SpanIgnoredEq for BracketBlock<'s>
impl<'s> SpanIgnoredEq for BracketBlock<'s>
Source§fn span_ignored_eq(&self, other: &Self) -> bool
fn span_ignored_eq(&self, other: &Self) -> bool
Compare equality of two AST nodes without respecting their spans.
impl<'s> StructuralPartialEq for BracketBlock<'s>
Auto Trait Implementations§
impl<'s> Freeze for BracketBlock<'s>
impl<'s> RefUnwindSafe for BracketBlock<'s>
impl<'s> Send for BracketBlock<'s>
impl<'s> Sync for BracketBlock<'s>
impl<'s> Unpin for BracketBlock<'s>
impl<'s> UnwindSafe for BracketBlock<'s>
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