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