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