pub struct CodeBlockAttr {
pub code_block: String,
}Fields§
§code_block: StringTrait Implementations§
Source§impl Clone for CodeBlockAttr
impl Clone for CodeBlockAttr
Source§fn clone(&self) -> CodeBlockAttr
fn clone(&self) -> CodeBlockAttr
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 Debug for CodeBlockAttr
impl Debug for CodeBlockAttr
Source§impl PartialEq for CodeBlockAttr
impl PartialEq for CodeBlockAttr
Source§fn eq(&self, other: &CodeBlockAttr) -> bool
fn eq(&self, other: &CodeBlockAttr) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CodeBlockAttr
impl Serialize for CodeBlockAttr
impl StructuralPartialEq for CodeBlockAttr
Auto Trait Implementations§
impl Freeze for CodeBlockAttr
impl RefUnwindSafe for CodeBlockAttr
impl Send for CodeBlockAttr
impl Sync for CodeBlockAttr
impl Unpin for CodeBlockAttr
impl UnsafeUnpin for CodeBlockAttr
impl UnwindSafe for CodeBlockAttr
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