pub enum ArrayMarkerOptGroupView {
Integer(IntegerHandle),
Caret(CaretHandle),
}Variants§
Integer(IntegerHandle)
Caret(CaretHandle)
Trait Implementations§
Source§impl Clone for ArrayMarkerOptGroupView
impl Clone for ArrayMarkerOptGroupView
Source§fn clone(&self) -> ArrayMarkerOptGroupView
fn clone(&self) -> ArrayMarkerOptGroupView
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 ArrayMarkerOptGroupView
impl Debug for ArrayMarkerOptGroupView
Source§impl PartialEq for ArrayMarkerOptGroupView
impl PartialEq for ArrayMarkerOptGroupView
impl Copy for ArrayMarkerOptGroupView
impl Eq for ArrayMarkerOptGroupView
impl StructuralPartialEq for ArrayMarkerOptGroupView
Auto Trait Implementations§
impl Freeze for ArrayMarkerOptGroupView
impl RefUnwindSafe for ArrayMarkerOptGroupView
impl Send for ArrayMarkerOptGroupView
impl Sync for ArrayMarkerOptGroupView
impl Unpin for ArrayMarkerOptGroupView
impl UnsafeUnpin for ArrayMarkerOptGroupView
impl UnwindSafe for ArrayMarkerOptGroupView
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