pub struct SkillWarning {
pub path: PathBuf,
pub reason: String,
}Fields§
§path: PathBuf§reason: StringTrait Implementations§
Source§impl Clone for SkillWarning
impl Clone for SkillWarning
Source§fn clone(&self) -> SkillWarning
fn clone(&self) -> SkillWarning
Returns a duplicate of the value. Read more
1.0.0 · 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 SkillWarning
impl Debug for SkillWarning
Source§impl<'de> Deserialize<'de> for SkillWarning
impl<'de> Deserialize<'de> for SkillWarning
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SkillWarning, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SkillWarning, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SkillWarning
impl PartialEq for SkillWarning
Source§impl Serialize for SkillWarning
impl Serialize for SkillWarning
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for SkillWarning
impl StructuralPartialEq for SkillWarning
Auto Trait Implementations§
impl Freeze for SkillWarning
impl RefUnwindSafe for SkillWarning
impl Send for SkillWarning
impl Sync for SkillWarning
impl Unpin for SkillWarning
impl UnwindSafe for SkillWarning
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more