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