Struct rustc::middle::typeck::infer::Bounds[src]
pub struct Bounds<T> {
pub lb: Bound<T>,
pub ub: Bound<T>,
}Fields
lb | |
ub |
pub struct Bounds<T> {
pub lb: Bound<T>,
pub ub: Bound<T>,
}lb | |
ub |
impl UnifyValue for Bounds<t>impl<T: Repr> Repr for Bounds<T>impl<T: Clone> Clone for Bounds<T>fn clone(&self) -> Bounds<T>fn clone_from(&mut self, source: &Self)impl<T: PartialEq> PartialEq for Bounds<T>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).