pub struct ArrayMarkerView {
pub array_begin: ArrayBeginHandle,
pub array_marker_opt: ArrayMarkerOptHandle,
pub array_end: ArrayEndHandle,
}Fields§
§array_begin: ArrayBeginHandle§array_marker_opt: ArrayMarkerOptHandle§array_end: ArrayEndHandleTrait Implementations§
Source§impl Clone for ArrayMarkerView
impl Clone for ArrayMarkerView
Source§fn clone(&self) -> ArrayMarkerView
fn clone(&self) -> ArrayMarkerView
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 ArrayMarkerView
impl Debug for ArrayMarkerView
Source§impl PartialEq for ArrayMarkerView
impl PartialEq for ArrayMarkerView
impl Copy for ArrayMarkerView
impl Eq for ArrayMarkerView
impl StructuralPartialEq for ArrayMarkerView
Auto Trait Implementations§
impl Freeze for ArrayMarkerView
impl RefUnwindSafe for ArrayMarkerView
impl Send for ArrayMarkerView
impl Sync for ArrayMarkerView
impl Unpin for ArrayMarkerView
impl UnwindSafe for ArrayMarkerView
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