pub struct TypeEntry { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl FromId<StructureId> for TypeEntry
impl FromId<StructureId> for TypeEntry
fn from_id(problem: &Problem, id: StructureId) -> Self
Auto Trait Implementations§
impl Freeze for TypeEntry
impl RefUnwindSafe for TypeEntry
impl Send for TypeEntry
impl Sync for TypeEntry
impl Unpin for TypeEntry
impl UnwindSafe for TypeEntry
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