pub struct BlockParameter<'tree> {
pub span: Span,
pub name: Option<Identifier<'tree>>,
}Fields§
§span: Span§name: Option<Identifier<'tree>>Trait Implementations§
Source§impl<'tree> Clone for BlockParameter<'tree>
impl<'tree> Clone for BlockParameter<'tree>
Source§fn clone(&self) -> BlockParameter<'tree>
fn clone(&self) -> BlockParameter<'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 BlockParameter<'tree>
impl<'tree> Debug for BlockParameter<'tree>
Source§impl<'tree> FromNode<'tree> for BlockParameter<'tree>
impl<'tree> FromNode<'tree> for BlockParameter<'tree>
Source§impl<'tree> PartialEq for BlockParameter<'tree>
impl<'tree> PartialEq for BlockParameter<'tree>
Source§impl Spanned for BlockParameter<'_>
impl Spanned for BlockParameter<'_>
impl<'tree> Eq for BlockParameter<'tree>
impl<'tree> StructuralPartialEq for BlockParameter<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for BlockParameter<'tree>
impl<'tree> RefUnwindSafe for BlockParameter<'tree>
impl<'tree> Send for BlockParameter<'tree>
impl<'tree> Sync for BlockParameter<'tree>
impl<'tree> Unpin for BlockParameter<'tree>
impl<'tree> UnsafeUnpin for BlockParameter<'tree>
impl<'tree> UnwindSafe for BlockParameter<'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