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