pub struct ClassResolution {
pub name: QualifiedName,
pub class: ClassId,
pub span: Span,
}Fields§
§name: QualifiedName§class: ClassId§span: SpanTrait Implementations§
Source§impl Clone for ClassResolution
impl Clone for ClassResolution
Source§fn clone(&self) -> ClassResolution
fn clone(&self) -> ClassResolution
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 ClassResolution
impl Debug for ClassResolution
Source§impl<'de> Deserialize<'de> for ClassResolution
impl<'de> Deserialize<'de> for ClassResolution
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ClassResolution
impl PartialEq for ClassResolution
Source§fn eq(&self, other: &ClassResolution) -> bool
fn eq(&self, other: &ClassResolution) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ClassResolution
impl Serialize for ClassResolution
impl StructuralPartialEq for ClassResolution
Auto Trait Implementations§
impl Freeze for ClassResolution
impl RefUnwindSafe for ClassResolution
impl Send for ClassResolution
impl Sync for ClassResolution
impl Unpin for ClassResolution
impl UnsafeUnpin for ClassResolution
impl UnwindSafe for ClassResolution
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