pub struct RelatedLocation {
pub range: SourceRange,
pub message: String,
}Expand description
A secondary source range attached to a schema error.
Fields§
§range: SourceRangeSecondary source range relevant to the error.
message: StringExplanation of how the secondary location relates to the error.
Trait Implementations§
Source§impl Clone for RelatedLocation
impl Clone for RelatedLocation
Source§fn clone(&self) -> RelatedLocation
fn clone(&self) -> RelatedLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RelatedLocation
impl Debug for RelatedLocation
impl Eq for RelatedLocation
Source§impl PartialEq for RelatedLocation
impl PartialEq for RelatedLocation
impl StructuralPartialEq for RelatedLocation
Auto Trait Implementations§
impl Freeze for RelatedLocation
impl RefUnwindSafe for RelatedLocation
impl Send for RelatedLocation
impl Sync for RelatedLocation
impl Unpin for RelatedLocation
impl UnsafeUnpin for RelatedLocation
impl UnwindSafe for RelatedLocation
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.