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