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