pub struct ConstParamIr {
pub name: String,
pub ty: String,
}Fields§
§name: String§ty: StringTrait Implementations§
Source§impl Clone for ConstParamIr
impl Clone for ConstParamIr
Source§fn clone(&self) -> ConstParamIr
fn clone(&self) -> ConstParamIr
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 ConstParamIr
impl Debug for ConstParamIr
Source§impl PartialEq for ConstParamIr
impl PartialEq for ConstParamIr
impl Eq for ConstParamIr
impl StructuralPartialEq for ConstParamIr
Auto Trait Implementations§
impl Freeze for ConstParamIr
impl RefUnwindSafe for ConstParamIr
impl Send for ConstParamIr
impl Sync for ConstParamIr
impl Unpin for ConstParamIr
impl UnsafeUnpin for ConstParamIr
impl UnwindSafe for ConstParamIr
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.