pub struct BoundsExtendCheck {
record: Vec<Span>,
}
Fields§
§record: Vec<Span>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoundsExtendCheck
impl RefUnwindSafe for BoundsExtendCheck
impl Send for BoundsExtendCheck
impl Sync for BoundsExtendCheck
impl Unpin for BoundsExtendCheck
impl UnwindSafe for BoundsExtendCheck
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