pub struct ConstTypeId { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for ConstTypeId
impl Clone for ConstTypeId
source§fn clone(&self) -> ConstTypeId
fn clone(&self) -> ConstTypeId
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 ConstTypeId
impl Debug for ConstTypeId
source§impl Hash for ConstTypeId
impl Hash for ConstTypeId
source§impl Ord for ConstTypeId
impl Ord for ConstTypeId
source§impl PartialEq<TypeId> for ConstTypeId
impl PartialEq<TypeId> for ConstTypeId
source§impl PartialEq for ConstTypeId
impl PartialEq for ConstTypeId
source§impl PartialOrd for ConstTypeId
impl PartialOrd for ConstTypeId
impl Copy for ConstTypeId
impl Eq for ConstTypeId
Auto Trait Implementations§
impl Freeze for ConstTypeId
impl RefUnwindSafe for ConstTypeId
impl Send for ConstTypeId
impl Sync for ConstTypeId
impl Unpin for ConstTypeId
impl UnwindSafe for ConstTypeId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)