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