[−][src]Enum agda_mode::resp::OutputConstraint
Variants
OfType(OfType<Obj>)Fields of CmpInType
JustType(JustSomething<Obj>)JustSort(JustSomething<Obj>)CmpTypes(CmpSomething<Obj>)CmpLevels(CmpSomething<Obj>)CmpTeles(CmpSomething<Obj>)CmpSorts(CmpSomething<Obj>)Fields of Guard
constraint: Box<OutputConstraint<Obj>>problem: ProblemIdFields of Assign
constraint_obj: Objvalue: StringTypedAssign(TypedAssign<Obj>)PostponedCheckArgs(PostponedCheckArgs<Obj>)Fields of IsEmptyType
the_type: StringFields of SizeLtSat
the_type: StringFindInstanceOF(FindInstanceOF<Obj>)Methods
impl<Obj> OutputConstraint<Obj>[src]
pub fn try_into_of_type(self) -> Result<OfType<Obj>, Self>[src]
pub fn try_as_of_type(&self) -> Result<&OfType<Obj>, &Self>[src]
Trait Implementations
impl<Obj> CollectObjs<Obj> for OutputConstraint<Obj>[src]
fn collect_objs(&self, collect: impl FnMut(&Obj))[src]
impl<Obj: Clone> Clone for OutputConstraint<Obj>[src]
fn clone(&self) -> OutputConstraint<Obj>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<Obj: Eq> Eq for OutputConstraint<Obj>[src]
impl<Obj: PartialEq> PartialEq<OutputConstraint<Obj>> for OutputConstraint<Obj>[src]
fn eq(&self, other: &OutputConstraint<Obj>) -> bool[src]
fn ne(&self, other: &OutputConstraint<Obj>) -> bool[src]
impl<Obj: Display + Debug> Display for OutputConstraint<Obj>[src]
impl<Obj: Debug> Debug for OutputConstraint<Obj>[src]
impl<Obj> StructuralPartialEq for OutputConstraint<Obj>[src]
impl<Obj> StructuralEq for OutputConstraint<Obj>[src]
impl<'de, Obj> Deserialize<'de> for OutputConstraint<Obj> where
Obj: Deserialize<'de>, [src]
Obj: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl<Obj> Send for OutputConstraint<Obj> where
Obj: Send,
Obj: Send,
impl<Obj> Sync for OutputConstraint<Obj> where
Obj: Sync,
Obj: Sync,
impl<Obj> Unpin for OutputConstraint<Obj> where
Obj: Unpin,
Obj: Unpin,
impl<Obj> UnwindSafe for OutputConstraint<Obj> where
Obj: UnwindSafe,
Obj: UnwindSafe,
impl<Obj> RefUnwindSafe for OutputConstraint<Obj> where
Obj: RefUnwindSafe,
Obj: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,