pub(crate) struct SupUnits<R: Reader> {
units: Box<[SupUnit<R>]>,
}
Fields§
§units: Box<[SupUnit<R>]>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for SupUnits<R>
impl<R> RefUnwindSafe for SupUnits<R>
impl<R> Send for SupUnits<R>
impl<R> Sync for SupUnits<R>
impl<R> Unpin for SupUnits<R>
impl<R> UnwindSafe for SupUnits<R>
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