pub struct ArrayStart {
    pub size_hint: Option<usize>,
}Fields§
§size_hint: Option<usize>Trait Implementations§
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