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