pub struct BoundsCheck {
bounds_len: BoundsLenCheck,
bounds_loop_push: BoundsLoopPushCheck,
bounds_extend: BoundsExtendCheck,
}
Fields§
§bounds_len: BoundsLenCheck
§bounds_loop_push: BoundsLoopPushCheck
§bounds_extend: BoundsExtendCheck
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoundsCheck
impl RefUnwindSafe for BoundsCheck
impl Send for BoundsCheck
impl Sync for BoundsCheck
impl Unpin for BoundsCheck
impl UnwindSafe for BoundsCheck
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