Struct kodept_inference::type::Var
source · pub struct Var(/* private fields */);
Trait Implementations§
source§impl From<Var> for MonomorphicType
impl From<Var> for MonomorphicType
source§fn from(original: Var) -> MonomorphicType
fn from(original: Var) -> MonomorphicType
Converts to this type from the input type.
impl Eq for Var
impl StructuralPartialEq for Var
Auto Trait Implementations§
impl Freeze for Var
impl RefUnwindSafe for Var
impl Send for Var
impl Sync for Var
impl Unpin for Var
impl UnwindSafe for Var
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