pub struct ImplID(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ImplID
impl<'de> Deserialize<'de> for ImplID
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 Ord for ImplID
impl Ord for ImplID
Source§impl PartialOrd for ImplID
impl PartialOrd for ImplID
Source§impl WithLocation for ImplID
impl WithLocation for ImplID
fn at(self, file_id: usize, span: &impl HasCodespan) -> Loc<Self>where
Self: Sized,
fn between( self, file_id: usize, start: &impl HasCodespan, end: &impl HasCodespan, ) -> Loc<Self>
fn between_locs<T, Y>(self, start: &Loc<T>, end: &Loc<Y>) -> Loc<Self>
fn nowhere(self) -> Loc<Self>where
Self: Sized,
impl Copy for ImplID
impl Eq for ImplID
impl StructuralPartialEq for ImplID
Auto Trait Implementations§
impl Freeze for ImplID
impl RefUnwindSafe for ImplID
impl Send for ImplID
impl Sync for ImplID
impl Unpin for ImplID
impl UnwindSafe for ImplID
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