pub enum CodeBlock3ListGroupView {
NoBacktick(NoBacktickHandle),
Backtick2(Backtick2Handle),
}Variants§
NoBacktick(NoBacktickHandle)
Backtick2(Backtick2Handle)
Trait Implementations§
Source§impl Clone for CodeBlock3ListGroupView
impl Clone for CodeBlock3ListGroupView
Source§fn clone(&self) -> CodeBlock3ListGroupView
fn clone(&self) -> CodeBlock3ListGroupView
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 CodeBlock3ListGroupView
impl Debug for CodeBlock3ListGroupView
Source§impl PartialEq for CodeBlock3ListGroupView
impl PartialEq for CodeBlock3ListGroupView
impl Copy for CodeBlock3ListGroupView
impl Eq for CodeBlock3ListGroupView
impl StructuralPartialEq for CodeBlock3ListGroupView
Auto Trait Implementations§
impl Freeze for CodeBlock3ListGroupView
impl RefUnwindSafe for CodeBlock3ListGroupView
impl Send for CodeBlock3ListGroupView
impl Sync for CodeBlock3ListGroupView
impl Unpin for CodeBlock3ListGroupView
impl UnwindSafe for CodeBlock3ListGroupView
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