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