pub struct MonomorphizeProgress {
pub changed_bindings: usize,
pub changed_roots: usize,
pub added_specializations: usize,
}Fields§
§changed_bindings: usize§changed_roots: usize§added_specializations: usizeImplementations§
Trait Implementations§
Source§impl Clone for MonomorphizeProgress
impl Clone for MonomorphizeProgress
Source§fn clone(&self) -> MonomorphizeProgress
fn clone(&self) -> MonomorphizeProgress
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 moreSource§impl Debug for MonomorphizeProgress
impl Debug for MonomorphizeProgress
Source§impl Default for MonomorphizeProgress
impl Default for MonomorphizeProgress
Source§fn default() -> MonomorphizeProgress
fn default() -> MonomorphizeProgress
Returns the “default value” for a type. Read more
Source§impl PartialEq for MonomorphizeProgress
impl PartialEq for MonomorphizeProgress
Source§fn eq(&self, other: &MonomorphizeProgress) -> bool
fn eq(&self, other: &MonomorphizeProgress) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MonomorphizeProgress
impl Eq for MonomorphizeProgress
impl StructuralPartialEq for MonomorphizeProgress
Auto Trait Implementations§
impl Freeze for MonomorphizeProgress
impl RefUnwindSafe for MonomorphizeProgress
impl Send for MonomorphizeProgress
impl Sync for MonomorphizeProgress
impl Unpin for MonomorphizeProgress
impl UnsafeUnpin for MonomorphizeProgress
impl UnwindSafe for MonomorphizeProgress
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