pub struct CodeBlockElement<'i> {
pub span: Span,
pub open_span: Span,
pub close_span: Span,
pub parameters: Parameters<'i>,
pub value: &'i str,
}Fields§
§span: Span§open_span: Span§close_span: Span§parameters: Parameters<'i>§value: &'i strTrait Implementations§
Source§impl<'i> Clone for CodeBlockElement<'i>
impl<'i> Clone for CodeBlockElement<'i>
Source§fn clone(&self) -> CodeBlockElement<'i>
fn clone(&self) -> CodeBlockElement<'i>
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<'i> Debug for CodeBlockElement<'i>
impl<'i> Debug for CodeBlockElement<'i>
Auto Trait Implementations§
impl<'i> Freeze for CodeBlockElement<'i>
impl<'i> RefUnwindSafe for CodeBlockElement<'i>
impl<'i> Send for CodeBlockElement<'i>
impl<'i> Sync for CodeBlockElement<'i>
impl<'i> Unpin for CodeBlockElement<'i>
impl<'i> UnsafeUnpin for CodeBlockElement<'i>
impl<'i> UnwindSafe for CodeBlockElement<'i>
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