pub struct ResolverEvidenceV0 {
pub specifier: String,
pub resolved_module_id: String,
}Fields§
§specifier: String§resolved_module_id: StringTrait Implementations§
Source§impl Clone for ResolverEvidenceV0
impl Clone for ResolverEvidenceV0
Source§fn clone(&self) -> ResolverEvidenceV0
fn clone(&self) -> ResolverEvidenceV0
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 ResolverEvidenceV0
impl Debug for ResolverEvidenceV0
impl Eq for ResolverEvidenceV0
Source§impl PartialEq for ResolverEvidenceV0
impl PartialEq for ResolverEvidenceV0
Source§fn eq(&self, other: &ResolverEvidenceV0) -> bool
fn eq(&self, other: &ResolverEvidenceV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ResolverEvidenceV0
impl Serialize for ResolverEvidenceV0
impl StructuralPartialEq for ResolverEvidenceV0
Auto Trait Implementations§
impl Freeze for ResolverEvidenceV0
impl RefUnwindSafe for ResolverEvidenceV0
impl Send for ResolverEvidenceV0
impl Sync for ResolverEvidenceV0
impl Unpin for ResolverEvidenceV0
impl UnsafeUnpin for ResolverEvidenceV0
impl UnwindSafe for ResolverEvidenceV0
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