pub struct ArrayView {
pub array_begin: ArrayBeginHandle,
pub array_opt: ArrayOptHandle,
pub array_end: ArrayEndHandle,
}Fields§
§array_begin: ArrayBeginHandle§array_opt: ArrayOptHandle§array_end: ArrayEndHandleTrait Implementations§
impl Copy for ArrayView
impl Eq for ArrayView
impl StructuralPartialEq for ArrayView
Auto Trait Implementations§
impl Freeze for ArrayView
impl RefUnwindSafe for ArrayView
impl Send for ArrayView
impl Sync for ArrayView
impl Unpin for ArrayView
impl UnwindSafe for ArrayView
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