Enum rustdoc::clean::WherePredicate [−][src]
pub enum WherePredicate { BoundPredicate { ty: Type, bounds: Vec<TyParamBound>, }, RegionPredicate { lifetime: Lifetime, bounds: Vec<Lifetime>, }, EqPredicate { lhs: Type, rhs: Type, }, }
Variants
BoundPredicate
Fields of BoundPredicate
ty: Type | |
bounds: Vec<TyParamBound> |
RegionPredicate
Fields of RegionPredicate
lifetime: Lifetime | |
bounds: Vec<Lifetime> |
EqPredicate
Fields of EqPredicate
lhs: Type | |
rhs: Type |
Trait Implementations
impl Clone for WherePredicate
[src]
impl Clone for WherePredicate
fn clone(&self) -> WherePredicate
[src]
fn clone(&self) -> WherePredicate
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Encodable for WherePredicate
[src]
impl Encodable for WherePredicate
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl Decodable for WherePredicate
[src]
impl Decodable for WherePredicate
fn decode<__D: Decoder>(d: &mut __D) -> Result<WherePredicate, __D::Error>
[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<WherePredicate, __D::Error>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl PartialEq for WherePredicate
[src]
impl PartialEq for WherePredicate
fn eq(&self, other: &WherePredicate) -> bool
[src]
fn eq(&self, other: &WherePredicate) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &WherePredicate) -> bool
[src]
fn ne(&self, other: &WherePredicate) -> bool
This method tests for !=
.
impl Eq for WherePredicate
[src]
impl Eq for WherePredicate
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Debug for WherePredicate
[src]
impl Debug for WherePredicate
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Hash for WherePredicate
[src]
impl Hash for WherePredicate
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clean<WherePredicate> for WherePredicate
[src]
impl Clean<WherePredicate> for WherePredicate
fn clean(&self, cx: &DocContext) -> WherePredicate
[src]
fn clean(&self, cx: &DocContext) -> WherePredicate
impl<'a> Clean<WherePredicate> for Predicate<'a>
[src]
impl<'a> Clean<WherePredicate> for Predicate<'a>
fn clean(&self, cx: &DocContext) -> WherePredicate
[src]
fn clean(&self, cx: &DocContext) -> WherePredicate
impl<'a> Clean<WherePredicate> for TraitPredicate<'a>
[src]
impl<'a> Clean<WherePredicate> for TraitPredicate<'a>
fn clean(&self, cx: &DocContext) -> WherePredicate
[src]
fn clean(&self, cx: &DocContext) -> WherePredicate
impl<'tcx> Clean<WherePredicate> for SubtypePredicate<'tcx>
[src]
impl<'tcx> Clean<WherePredicate> for SubtypePredicate<'tcx>
fn clean(&self, _cx: &DocContext) -> WherePredicate
[src]
fn clean(&self, _cx: &DocContext) -> WherePredicate
impl<'tcx> Clean<WherePredicate> for OutlivesPredicate<Region<'tcx>, Region<'tcx>>
[src]
impl<'tcx> Clean<WherePredicate> for OutlivesPredicate<Region<'tcx>, Region<'tcx>>
fn clean(&self, cx: &DocContext) -> WherePredicate
[src]
fn clean(&self, cx: &DocContext) -> WherePredicate
impl<'tcx> Clean<WherePredicate> for OutlivesPredicate<Ty<'tcx>, Region<'tcx>>
[src]
impl<'tcx> Clean<WherePredicate> for OutlivesPredicate<Ty<'tcx>, Region<'tcx>>
fn clean(&self, cx: &DocContext) -> WherePredicate
[src]
fn clean(&self, cx: &DocContext) -> WherePredicate
impl<'tcx> Clean<WherePredicate> for ProjectionPredicate<'tcx>
[src]
impl<'tcx> Clean<WherePredicate> for ProjectionPredicate<'tcx>
fn clean(&self, cx: &DocContext) -> WherePredicate
[src]
fn clean(&self, cx: &DocContext) -> WherePredicate
Auto Trait Implementations
impl !Send for WherePredicate
impl !Send for WherePredicate
impl !Sync for WherePredicate
impl !Sync for WherePredicate