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