pub struct ViewIssue {
pub view: String,
pub key: String,
pub kind: ViewIssueKind,
}Expand description
Something wrong with one views.<name> entry.
Fields§
§view: StringThe view the entry declares.
key: StringThe key at fault, or the empty string when the entry as a whole is.
kind: ViewIssueKindWhat is wrong with it.
Trait Implementations§
impl Eq for ViewIssue
impl StructuralPartialEq for ViewIssue
Auto Trait Implementations§
impl Freeze for ViewIssue
impl RefUnwindSafe for ViewIssue
impl Send for ViewIssue
impl Sync for ViewIssue
impl Unpin for ViewIssue
impl UnsafeUnpin for ViewIssue
impl UnwindSafe for ViewIssue
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.