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