pub enum InlineCode2ListGroupView {
NoBacktickInline(NoBacktickInlineHandle),
Backtick1(Backtick1Handle),
}Variants§
NoBacktickInline(NoBacktickInlineHandle)
Backtick1(Backtick1Handle)
Trait Implementations§
Source§impl Clone for InlineCode2ListGroupView
impl Clone for InlineCode2ListGroupView
Source§fn clone(&self) -> InlineCode2ListGroupView
fn clone(&self) -> InlineCode2ListGroupView
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 InlineCode2ListGroupView
impl Debug for InlineCode2ListGroupView
Source§impl PartialEq for InlineCode2ListGroupView
impl PartialEq for InlineCode2ListGroupView
impl Copy for InlineCode2ListGroupView
impl Eq for InlineCode2ListGroupView
impl StructuralPartialEq for InlineCode2ListGroupView
Auto Trait Implementations§
impl Freeze for InlineCode2ListGroupView
impl RefUnwindSafe for InlineCode2ListGroupView
impl Send for InlineCode2ListGroupView
impl Sync for InlineCode2ListGroupView
impl Unpin for InlineCode2ListGroupView
impl UnwindSafe for InlineCode2ListGroupView
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