pub struct IrUse {
pub kind: IrUseKind,
pub name: String,
}Fields§
§kind: IrUseKind§name: StringTrait Implementations§
impl Eq for IrUse
impl StructuralPartialEq for IrUse
Auto Trait Implementations§
impl Freeze for IrUse
impl RefUnwindSafe for IrUse
impl Send for IrUse
impl Sync for IrUse
impl Unpin for IrUse
impl UnsafeUnpin for IrUse
impl UnwindSafe for IrUse
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