pub struct HeadingKeyViolation {
pub type_name: String,
pub key: String,
pub heading: String,
pub derived_key: String,
}Expand description
One (type, key, heading, derived_key) tuple in a
SchemaLoadError::SectionHeadingMismatch refusal.
Fields§
§type_name: String§key: String§heading: String§derived_key: StringTrait Implementations§
Source§impl Clone for HeadingKeyViolation
impl Clone for HeadingKeyViolation
Source§fn clone(&self) -> HeadingKeyViolation
fn clone(&self) -> HeadingKeyViolation
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 HeadingKeyViolation
impl Debug for HeadingKeyViolation
impl Eq for HeadingKeyViolation
Source§impl PartialEq for HeadingKeyViolation
impl PartialEq for HeadingKeyViolation
impl StructuralPartialEq for HeadingKeyViolation
Auto Trait Implementations§
impl Freeze for HeadingKeyViolation
impl RefUnwindSafe for HeadingKeyViolation
impl Send for HeadingKeyViolation
impl Sync for HeadingKeyViolation
impl Unpin for HeadingKeyViolation
impl UnsafeUnpin for HeadingKeyViolation
impl UnwindSafe for HeadingKeyViolation
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
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§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.