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