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 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 ConstTypeId
Available on non-no_const_type_id only.
impl Debug for ConstTypeId
Available on non-
no_const_type_id only.Source§impl Hash for ConstTypeId
Available on non-no_const_type_id only.
impl Hash for ConstTypeId
Available on non-
no_const_type_id only.Source§impl Ord for ConstTypeId
Available on non-no_const_type_id only.
impl Ord for ConstTypeId
Available on non-
no_const_type_id only.Source§impl PartialEq<TypeId> for ConstTypeId
Available on non-no_const_type_id only.
impl PartialEq<TypeId> for ConstTypeId
Available on non-
no_const_type_id only.Source§impl PartialEq for ConstTypeId
Available on non-no_const_type_id only.
impl PartialEq for ConstTypeId
Available on non-
no_const_type_id only.Source§impl PartialOrd for ConstTypeId
Available on non-no_const_type_id only.
impl PartialOrd for ConstTypeId
Available on non-
no_const_type_id only.impl Copy for ConstTypeId
impl Eq for ConstTypeId
Available on non-
no_const_type_id only.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