pub struct IrefBox {
pub entries: ArrayVec<IrefEntryBox, 3>,
}
Fields§
§entries: ArrayVec<IrefEntryBox, 3>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrefBox
impl RefUnwindSafe for IrefBox
impl Send for IrefBox
impl Sync for IrefBox
impl Unpin for IrefBox
impl UnwindSafe for IrefBox
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