pub struct SkillResolutionMeta {
pub warnings: Vec<String>,
pub candidates: Vec<String>,
}Fields§
§warnings: Vec<String>§candidates: Vec<String>Trait Implementations§
Source§impl Clone for SkillResolutionMeta
impl Clone for SkillResolutionMeta
Source§fn clone(&self) -> SkillResolutionMeta
fn clone(&self) -> SkillResolutionMeta
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 SkillResolutionMeta
impl Debug for SkillResolutionMeta
Source§impl Default for SkillResolutionMeta
impl Default for SkillResolutionMeta
Source§fn default() -> SkillResolutionMeta
fn default() -> SkillResolutionMeta
Returns the “default value” for a type. Read more
Source§impl PartialEq for SkillResolutionMeta
impl PartialEq for SkillResolutionMeta
impl Eq for SkillResolutionMeta
impl StructuralPartialEq for SkillResolutionMeta
Auto Trait Implementations§
impl Freeze for SkillResolutionMeta
impl RefUnwindSafe for SkillResolutionMeta
impl Send for SkillResolutionMeta
impl Sync for SkillResolutionMeta
impl Unpin for SkillResolutionMeta
impl UnsafeUnpin for SkillResolutionMeta
impl UnwindSafe for SkillResolutionMeta
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