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