pub struct ArrHR { /* private fields */ }
Expand description
Value of the field ARR_H
Implementations§
Auto Trait Implementations§
impl Freeze for ArrHR
impl RefUnwindSafe for ArrHR
impl Send for ArrHR
impl Sync for ArrHR
impl Unpin for ArrHR
impl UnwindSafe for ArrHR
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