pub struct HandleTypeId(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for HandleTypeId
impl Clone for HandleTypeId
Source§fn clone(&self) -> HandleTypeId
fn clone(&self) -> HandleTypeId
Returns a duplicate 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 HandleTypeId
impl Debug for HandleTypeId
Source§impl PartialEq for HandleTypeId
impl PartialEq for HandleTypeId
impl Copy for HandleTypeId
impl StructuralPartialEq for HandleTypeId
Auto Trait Implementations§
impl Freeze for HandleTypeId
impl RefUnwindSafe for HandleTypeId
impl Send for HandleTypeId
impl Sync for HandleTypeId
impl Unpin for HandleTypeId
impl UnwindSafe for HandleTypeId
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