Struct flowistry_pdg::rustc::def_id::ModDefId
source · pub struct ModDefId(DefId);
Tuple Fields§
§0: DefId
Auto Trait Implementations§
impl RefUnwindSafe for ModDefId
impl Send for ModDefId
impl Sync for ModDefId
impl Unpin for ModDefId
impl UnwindSafe for ModDefId
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