pub struct EnvironmentParamDef {
pub span: Span,
pub name: TemporaryName,
}Fields§
§span: Span§name: TemporaryNameTrait Implementations§
Source§impl Clone for EnvironmentParamDef
impl Clone for EnvironmentParamDef
Source§fn clone(&self) -> EnvironmentParamDef
fn clone(&self) -> EnvironmentParamDef
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 EnvironmentParamDef
impl Debug for EnvironmentParamDef
Source§impl Display for EnvironmentParamDef
impl Display for EnvironmentParamDef
Source§impl Hash for EnvironmentParamDef
impl Hash for EnvironmentParamDef
Source§impl PartialEq for EnvironmentParamDef
impl PartialEq for EnvironmentParamDef
impl Eq for EnvironmentParamDef
impl StructuralPartialEq for EnvironmentParamDef
Auto Trait Implementations§
impl Freeze for EnvironmentParamDef
impl RefUnwindSafe for EnvironmentParamDef
impl Send for EnvironmentParamDef
impl Sync for EnvironmentParamDef
impl Unpin for EnvironmentParamDef
impl UnwindSafe for EnvironmentParamDef
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.