pub struct Array<'link, T> { /* private fields */ }Expand description
Implementations
Trait Implementations
Auto Trait Implementations
impl<'link, T> !RefUnwindSafe for Array<'link, T>
impl<'link, T> !Send for Array<'link, T>
impl<'link, T> !Sync for Array<'link, T>
impl<'link, T> Unpin for Array<'link, T>
impl<'link, T> !UnwindSafe for Array<'link, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more