pub struct AllocationCount(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AllocationCount
impl Clone for AllocationCount
Source§fn clone(&self) -> AllocationCount
fn clone(&self) -> AllocationCount
Returns a copy of the value. Read more
1.0.0 · 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 AllocationCount
impl Debug for AllocationCount
Source§impl Default for AllocationCount
impl Default for AllocationCount
Source§fn default() -> AllocationCount
fn default() -> AllocationCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AllocationCount
impl<'de> Deserialize<'de> for AllocationCount
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AllocationCount
impl Display for AllocationCount
Source§impl From<AllocationCount> for usize
impl From<AllocationCount> for usize
Source§fn from(count: AllocationCount) -> Self
fn from(count: AllocationCount) -> Self
Converts to this type from the input type.
Source§impl From<usize> for AllocationCount
impl From<usize> for AllocationCount
Source§impl Hash for AllocationCount
impl Hash for AllocationCount
Source§impl PartialEq for AllocationCount
impl PartialEq for AllocationCount
Source§impl Serialize for AllocationCount
impl Serialize for AllocationCount
impl Copy for AllocationCount
impl Eq for AllocationCount
impl StructuralPartialEq for AllocationCount
Auto Trait Implementations§
impl Freeze for AllocationCount
impl RefUnwindSafe for AllocationCount
impl Send for AllocationCount
impl Sync for AllocationCount
impl Unpin for AllocationCount
impl UnwindSafe for AllocationCount
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