pub struct CodeBlockStart3View {
pub code_block_start_3: CodeBlockStart3,
}Fields§
§code_block_start_3: CodeBlockStart3Trait Implementations§
Source§impl Clone for CodeBlockStart3View
impl Clone for CodeBlockStart3View
Source§fn clone(&self) -> CodeBlockStart3View
fn clone(&self) -> CodeBlockStart3View
Returns a duplicate of the value. Read more
1.0.0 · 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 CodeBlockStart3View
impl Debug for CodeBlockStart3View
Source§impl PartialEq for CodeBlockStart3View
impl PartialEq for CodeBlockStart3View
impl Copy for CodeBlockStart3View
impl Eq for CodeBlockStart3View
impl StructuralPartialEq for CodeBlockStart3View
Auto Trait Implementations§
impl Freeze for CodeBlockStart3View
impl RefUnwindSafe for CodeBlockStart3View
impl Send for CodeBlockStart3View
impl Sync for CodeBlockStart3View
impl Unpin for CodeBlockStart3View
impl UnwindSafe for CodeBlockStart3View
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