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