pub struct DelimCodeStart2<'t> {
pub delim_code_start2: Token<'t>,
}Expand description
Type derived for non-terminal DelimCodeStart2
Fields§
§delim_code_start2: Token<'t>Trait Implementations§
Source§impl<'t> Clone for DelimCodeStart2<'t>
impl<'t> Clone for DelimCodeStart2<'t>
Source§fn clone(&self) -> DelimCodeStart2<'t>
fn clone(&self) -> DelimCodeStart2<'t>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'t> Debug for DelimCodeStart2<'t>
impl<'t> Debug for DelimCodeStart2<'t>
Auto Trait Implementations§
impl<'t> Freeze for DelimCodeStart2<'t>
impl<'t> RefUnwindSafe for DelimCodeStart2<'t>
impl<'t> Send for DelimCodeStart2<'t>
impl<'t> Sync for DelimCodeStart2<'t>
impl<'t> Unpin for DelimCodeStart2<'t>
impl<'t> UnsafeUnpin for DelimCodeStart2<'t>
impl<'t> UnwindSafe for DelimCodeStart2<'t>
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