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