pub struct CodeBlockStart4View {
pub code_block_start_4: CodeBlockStart4,
}Fields§
§code_block_start_4: CodeBlockStart4Trait Implementations§
Source§impl Clone for CodeBlockStart4View
impl Clone for CodeBlockStart4View
Source§fn clone(&self) -> CodeBlockStart4View
fn clone(&self) -> CodeBlockStart4View
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 CodeBlockStart4View
impl Debug for CodeBlockStart4View
Source§impl PartialEq for CodeBlockStart4View
impl PartialEq for CodeBlockStart4View
impl Copy for CodeBlockStart4View
impl Eq for CodeBlockStart4View
impl StructuralPartialEq for CodeBlockStart4View
Auto Trait Implementations§
impl Freeze for CodeBlockStart4View
impl RefUnwindSafe for CodeBlockStart4View
impl Send for CodeBlockStart4View
impl Sync for CodeBlockStart4View
impl Unpin for CodeBlockStart4View
impl UnwindSafe for CodeBlockStart4View
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