pub struct ArrayDetail { /* private fields */ }
Expand description
An ArrayDetail represents an array type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArrayDetail
impl RefUnwindSafe for ArrayDetail
impl Send for ArrayDetail
impl Sync for ArrayDetail
impl Unpin for ArrayDetail
impl UnwindSafe for ArrayDetail
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