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