pub struct DerivedFromIgnored {
pub target: String,
pub target_type: String,
}Expand description
The result of the derived_from_ignored_type policy check: the
derived_from target that resolves to an ignored-type record, plus that
record’s type. Carries exactly what both the validate finding and the
write-time warning need to render their message.
Fields§
§target: StringThe derived_from wiki-link target as written (bare store-relative path,
no .md).
target_type: StringThe resolved type of that target, which is present in
store.config.ignored_types.
Trait Implementations§
Source§impl Clone for DerivedFromIgnored
impl Clone for DerivedFromIgnored
Source§fn clone(&self) -> DerivedFromIgnored
fn clone(&self) -> DerivedFromIgnored
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 DerivedFromIgnored
impl Debug for DerivedFromIgnored
Source§impl PartialEq for DerivedFromIgnored
impl PartialEq for DerivedFromIgnored
Source§fn eq(&self, other: &DerivedFromIgnored) -> bool
fn eq(&self, other: &DerivedFromIgnored) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DerivedFromIgnored
impl StructuralPartialEq for DerivedFromIgnored
Auto Trait Implementations§
impl Freeze for DerivedFromIgnored
impl RefUnwindSafe for DerivedFromIgnored
impl Send for DerivedFromIgnored
impl Sync for DerivedFromIgnored
impl Unpin for DerivedFromIgnored
impl UnsafeUnpin for DerivedFromIgnored
impl UnwindSafe for DerivedFromIgnored
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.