pub struct RuntimeLinkClosureCounts { /* private fields */ }Implementations§
Source§impl RuntimeLinkClosureCounts
impl RuntimeLinkClosureCounts
pub const fn get(&self, reason: RuntimeLinkClosure) -> u64
pub fn iter( &self, ) -> impl ExactSizeIterator<Item = (RuntimeLinkClosure, u64)> + '_
Trait Implementations§
Source§impl Clone for RuntimeLinkClosureCounts
impl Clone for RuntimeLinkClosureCounts
Source§fn clone(&self) -> RuntimeLinkClosureCounts
fn clone(&self) -> RuntimeLinkClosureCounts
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 RuntimeLinkClosureCounts
Source§impl Debug for RuntimeLinkClosureCounts
impl Debug for RuntimeLinkClosureCounts
Source§impl Default for RuntimeLinkClosureCounts
impl Default for RuntimeLinkClosureCounts
Source§fn default() -> RuntimeLinkClosureCounts
fn default() -> RuntimeLinkClosureCounts
Returns the “default value” for a type. Read more
impl Eq for RuntimeLinkClosureCounts
Source§impl PartialEq for RuntimeLinkClosureCounts
impl PartialEq for RuntimeLinkClosureCounts
impl StructuralPartialEq for RuntimeLinkClosureCounts
Auto Trait Implementations§
impl Freeze for RuntimeLinkClosureCounts
impl RefUnwindSafe for RuntimeLinkClosureCounts
impl Send for RuntimeLinkClosureCounts
impl Sync for RuntimeLinkClosureCounts
impl Unpin for RuntimeLinkClosureCounts
impl UnsafeUnpin for RuntimeLinkClosureCounts
impl UnwindSafe for RuntimeLinkClosureCounts
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