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