pub enum XRefType {
Code(CodeRef),
Data(DataRef),
}Variants§
Trait Implementations§
Source§impl Ord for XRefType
impl Ord for XRefType
Source§impl PartialOrd for XRefType
impl PartialOrd for XRefType
impl Copy for XRefType
impl Eq for XRefType
impl StructuralPartialEq for XRefType
Auto Trait Implementations§
impl Freeze for XRefType
impl RefUnwindSafe for XRefType
impl Send for XRefType
impl Sync for XRefType
impl Unpin for XRefType
impl UnsafeUnpin for XRefType
impl UnwindSafe for XRefType
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