pub struct SkillDiscoveryWarning {
pub kind: SkillDiscoveryWarningKind,
pub path: PathBuf,
pub message: String,
}Fields§
§kind: SkillDiscoveryWarningKind§path: PathBuf§message: StringTrait Implementations§
Source§impl Clone for SkillDiscoveryWarning
impl Clone for SkillDiscoveryWarning
Source§fn clone(&self) -> SkillDiscoveryWarning
fn clone(&self) -> SkillDiscoveryWarning
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 moreAuto Trait Implementations§
impl Freeze for SkillDiscoveryWarning
impl RefUnwindSafe for SkillDiscoveryWarning
impl Send for SkillDiscoveryWarning
impl Sync for SkillDiscoveryWarning
impl Unpin for SkillDiscoveryWarning
impl UnsafeUnpin for SkillDiscoveryWarning
impl UnwindSafe for SkillDiscoveryWarning
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