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