pub struct NamedVariableWithType {
pub variable: Variable,
pub ty: Conf<Ref<Type>>,
pub name: String,
pub auto_defined: bool,
}
Fields§
§variable: Variable
§ty: Conf<Ref<Type>>
§name: String
§auto_defined: bool
Implementations§
Trait Implementations§
source§impl Clone for NamedVariableWithType
impl Clone for NamedVariableWithType
source§fn clone(&self) -> NamedVariableWithType
fn clone(&self) -> NamedVariableWithType
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 NamedVariableWithType
impl Debug for NamedVariableWithType
source§impl Hash for NamedVariableWithType
impl Hash for NamedVariableWithType
source§impl PartialEq for NamedVariableWithType
impl PartialEq for NamedVariableWithType
impl Eq for NamedVariableWithType
impl StructuralPartialEq for NamedVariableWithType
Auto Trait Implementations§
impl Freeze for NamedVariableWithType
impl RefUnwindSafe for NamedVariableWithType
impl Send for NamedVariableWithType
impl Sync for NamedVariableWithType
impl Unpin for NamedVariableWithType
impl UnwindSafe for NamedVariableWithType
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