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