pub struct DefIndex {
pub(crate) private: u32,
}
Expand description
Proxy for def_id::DefIndex
Fields§
§private: u32
Implementations§
Source§impl<'de> DefIndex
impl<'de> DefIndex
pub fn deserialize<__D>(__deserializer: __D) -> Result<DefIndex, __D::Error>where
__D: Deserializer<'de>,
Trait Implementations§
Source§impl Ord for DefIndex
impl Ord for DefIndex
Source§impl PartialOrd for DefIndex
impl PartialOrd for DefIndex
impl Copy for DefIndex
impl Eq for DefIndex
impl StructuralPartialEq for DefIndex
Auto Trait Implementations§
impl Freeze for DefIndex
impl RefUnwindSafe for DefIndex
impl Send for DefIndex
impl Sync for DefIndex
impl Unpin for DefIndex
impl UnwindSafe for DefIndex
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