pub struct SimplifyResult {
pub result: TypeId,
pub blocked_types: DenseHashSet<TypeId>,
}Fields§
§result: TypeId§blocked_types: DenseHashSet<TypeId>Trait Implementations§
Source§impl Clone for SimplifyResult
impl Clone for SimplifyResult
Source§fn clone(&self) -> SimplifyResult
fn clone(&self) -> SimplifyResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Send for SimplifyResult
impl !Sync for SimplifyResult
impl Freeze for SimplifyResult
impl RefUnwindSafe for SimplifyResult
impl Unpin for SimplifyResult
impl UnsafeUnpin for SimplifyResult
impl UnwindSafe for SimplifyResult
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