pub enum IdentKind {
Def,
Ref,
}
Variants§
Trait Implementations§
impl Copy for IdentKind
impl Eq for IdentKind
impl StructuralPartialEq for IdentKind
Auto Trait Implementations§
impl Freeze for IdentKind
impl RefUnwindSafe for IdentKind
impl Send for IdentKind
impl Sync for IdentKind
impl Unpin for IdentKind
impl UnwindSafe for IdentKind
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