pub struct BigarrayProxy { /* private fields */ }Auto Trait Implementations§
impl !Send for BigarrayProxy
impl !Sync for BigarrayProxy
impl Freeze for BigarrayProxy
impl RefUnwindSafe for BigarrayProxy
impl Unpin for BigarrayProxy
impl UnsafeUnpin for BigarrayProxy
impl UnwindSafe for BigarrayProxy
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