Struct debris_mir::mir_builder::MirSingletons
source · pub struct MirSingletons {
pub null: MirObjectId,
pub never: MirObjectId,
}
Expand description
Holds some singletons objects for easier access
Fields§
§null: MirObjectId
§never: MirObjectId
Implementations§
source§impl MirSingletons
impl MirSingletons
pub fn contains(&self, value: MirObjectId) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MirSingletons
impl Send for MirSingletons
impl Sync for MirSingletons
impl Unpin for MirSingletons
impl UnwindSafe for MirSingletons
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