pub struct end;
Trait Implementations§
Source§impl HasField<end> for CheckAnnotationSpan
impl HasField<end> for CheckAnnotationSpan
Source§type Type = CheckAnnotationPosition
type Type = CheckAnnotationPosition
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for end
impl RefUnwindSafe for end
impl Send for end
impl Sync for end
impl Unpin for end
impl UnwindSafe for end
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