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