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