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