pub struct ResolverStyleIdentityIndexCountsV0 {
pub build_count: usize,
pub build_work_count: usize,
}Fields§
§build_count: usize§build_work_count: usizeTrait Implementations§
Source§impl Clone for ResolverStyleIdentityIndexCountsV0
impl Clone for ResolverStyleIdentityIndexCountsV0
Source§fn clone(&self) -> ResolverStyleIdentityIndexCountsV0
fn clone(&self) -> ResolverStyleIdentityIndexCountsV0
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 moreimpl Copy for ResolverStyleIdentityIndexCountsV0
Source§impl Default for ResolverStyleIdentityIndexCountsV0
impl Default for ResolverStyleIdentityIndexCountsV0
Source§fn default() -> ResolverStyleIdentityIndexCountsV0
fn default() -> ResolverStyleIdentityIndexCountsV0
Returns the “default value” for a type. Read more
impl Eq for ResolverStyleIdentityIndexCountsV0
impl StructuralPartialEq for ResolverStyleIdentityIndexCountsV0
Auto Trait Implementations§
impl Freeze for ResolverStyleIdentityIndexCountsV0
impl RefUnwindSafe for ResolverStyleIdentityIndexCountsV0
impl Send for ResolverStyleIdentityIndexCountsV0
impl Sync for ResolverStyleIdentityIndexCountsV0
impl Unpin for ResolverStyleIdentityIndexCountsV0
impl UnsafeUnpin for ResolverStyleIdentityIndexCountsV0
impl UnwindSafe for ResolverStyleIdentityIndexCountsV0
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