pub struct ConstantKey { /* private fields */ }Implementations§
Source§impl ConstantKey
impl ConstantKey
pub const fn ir_builder_constant_key_operator_eq( &self, key: &ConstantKey, ) -> bool
Trait Implementations§
Source§impl Clone for ConstantKey
impl Clone for ConstantKey
Source§fn clone(&self) -> ConstantKey
fn clone(&self) -> ConstantKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConstantKey
Source§impl Debug for ConstantKey
impl Debug for ConstantKey
Source§impl Default for ConstantKey
impl Default for ConstantKey
impl Eq for ConstantKey
Source§impl Hash for ConstantKey
impl Hash for ConstantKey
Source§impl PartialEq for ConstantKey
impl PartialEq for ConstantKey
Auto Trait Implementations§
impl Freeze for ConstantKey
impl RefUnwindSafe for ConstantKey
impl Send for ConstantKey
impl Sync for ConstantKey
impl Unpin for ConstantKey
impl UnsafeUnpin for ConstantKey
impl UnwindSafe for ConstantKey
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