pub struct HeapHandleId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for HeapHandleId
impl Clone for HeapHandleId
Source§fn clone(&self) -> HeapHandleId
fn clone(&self) -> HeapHandleId
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 HeapHandleId
impl Debug for HeapHandleId
Source§impl<'de> Deserialize<'de> for HeapHandleId
impl<'de> Deserialize<'de> for HeapHandleId
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 HeapHandleId
impl Display for HeapHandleId
Source§impl From<HeapHandleId> for usize
impl From<HeapHandleId> for usize
Source§fn from(handle: HeapHandleId) -> Self
fn from(handle: HeapHandleId) -> Self
Converts to this type from the input type.
Source§impl From<usize> for HeapHandleId
impl From<usize> for HeapHandleId
Source§impl Hash for HeapHandleId
impl Hash for HeapHandleId
Source§impl PartialEq for HeapHandleId
impl PartialEq for HeapHandleId
Source§impl Serialize for HeapHandleId
impl Serialize for HeapHandleId
impl Copy for HeapHandleId
impl Eq for HeapHandleId
impl StructuralPartialEq for HeapHandleId
Auto Trait Implementations§
impl Freeze for HeapHandleId
impl RefUnwindSafe for HeapHandleId
impl Send for HeapHandleId
impl Sync for HeapHandleId
impl Unpin for HeapHandleId
impl UnwindSafe for HeapHandleId
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