pub struct DelimCode3<'t> {
pub delim_code_start3: DelimCodeStart3<'t>,
pub delim_code3_list: Vec<DelimCode3List<'t>>,
pub delim_code_end3: DelimCodeEnd3<'t>,
}Expand description
Type derived for non-terminal DelimCode3
Fields§
§delim_code_start3: DelimCodeStart3<'t>§delim_code3_list: Vec<DelimCode3List<'t>>§delim_code_end3: DelimCodeEnd3<'t>Trait Implementations§
Source§impl<'t> Clone for DelimCode3<'t>
impl<'t> Clone for DelimCode3<'t>
Source§fn clone(&self) -> DelimCode3<'t>
fn clone(&self) -> DelimCode3<'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 DelimCode3<'t>
impl<'t> Debug for DelimCode3<'t>
Auto Trait Implementations§
impl<'t> Freeze for DelimCode3<'t>
impl<'t> RefUnwindSafe for DelimCode3<'t>
impl<'t> Send for DelimCode3<'t>
impl<'t> Sync for DelimCode3<'t>
impl<'t> Unpin for DelimCode3<'t>
impl<'t> UnsafeUnpin for DelimCode3<'t>
impl<'t> UnwindSafe for DelimCode3<'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