pub enum InlineCodeView {
DelimCode(DelimCodeHandle),
InlineCode1(InlineCode1Handle),
}Variants§
DelimCode(DelimCodeHandle)
InlineCode1(InlineCode1Handle)
Trait Implementations§
Source§impl Clone for InlineCodeView
impl Clone for InlineCodeView
Source§fn clone(&self) -> InlineCodeView
fn clone(&self) -> InlineCodeView
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 InlineCodeView
impl Debug for InlineCodeView
Source§impl PartialEq for InlineCodeView
impl PartialEq for InlineCodeView
impl Copy for InlineCodeView
impl Eq for InlineCodeView
impl StructuralPartialEq for InlineCodeView
Auto Trait Implementations§
impl Freeze for InlineCodeView
impl RefUnwindSafe for InlineCodeView
impl Send for InlineCodeView
impl Sync for InlineCodeView
impl Unpin for InlineCodeView
impl UnwindSafe for InlineCodeView
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