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