pub enum LitStr2ListGroupView {
NoSQuote(NoSQuoteHandle),
SQuote(SQuoteHandle),
}Variants§
NoSQuote(NoSQuoteHandle)
SQuote(SQuoteHandle)
Trait Implementations§
Source§impl Clone for LitStr2ListGroupView
impl Clone for LitStr2ListGroupView
Source§fn clone(&self) -> LitStr2ListGroupView
fn clone(&self) -> LitStr2ListGroupView
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 LitStr2ListGroupView
impl Debug for LitStr2ListGroupView
Source§impl PartialEq for LitStr2ListGroupView
impl PartialEq for LitStr2ListGroupView
impl Copy for LitStr2ListGroupView
impl Eq for LitStr2ListGroupView
impl StructuralPartialEq for LitStr2ListGroupView
Auto Trait Implementations§
impl Freeze for LitStr2ListGroupView
impl RefUnwindSafe for LitStr2ListGroupView
impl Send for LitStr2ListGroupView
impl Sync for LitStr2ListGroupView
impl Unpin for LitStr2ListGroupView
impl UnwindSafe for LitStr2ListGroupView
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