pub struct ArrayStart(pub Option<usize>);Tuple Fields§
§0: Option<usize>Auto Trait Implementations§
impl Freeze for ArrayStart
impl RefUnwindSafe for ArrayStart
impl Send for ArrayStart
impl Sync for ArrayStart
impl Unpin for ArrayStart
impl UnwindSafe for ArrayStart
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