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