pub struct CodeBlockStart4(/* private fields */);Trait Implementations§
Source§impl Clone for CodeBlockStart4
impl Clone for CodeBlockStart4
Source§fn clone(&self) -> CodeBlockStart4
fn clone(&self) -> CodeBlockStart4
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 CodeBlockStart4
impl Debug for CodeBlockStart4
Source§impl Hash for CodeBlockStart4
impl Hash for CodeBlockStart4
Source§impl PartialEq for CodeBlockStart4
impl PartialEq for CodeBlockStart4
Source§impl TerminalHandle for CodeBlockStart4
impl TerminalHandle for CodeBlockStart4
impl Copy for CodeBlockStart4
impl Eq for CodeBlockStart4
impl StructuralPartialEq for CodeBlockStart4
Auto Trait Implementations§
impl Freeze for CodeBlockStart4
impl RefUnwindSafe for CodeBlockStart4
impl Send for CodeBlockStart4
impl Sync for CodeBlockStart4
impl Unpin for CodeBlockStart4
impl UnwindSafe for CodeBlockStart4
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