pub struct Def {
pub v: Variant,
pub name: Symbol,
pub location: Location,
}Fields§
§v: Variant§name: Symbol§location: LocationTrait Implementations§
Auto Trait Implementations§
impl !Send for Def
impl !Sync for Def
impl Freeze for Def
impl RefUnwindSafe for Def
impl Unpin for Def
impl UnsafeUnpin for Def
impl UnwindSafe for Def
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