pub struct WherePredicate<'tree> {
pub span: Span,
pub bounds: TraitBounds<'tree>,
pub left: WherePredicateLeft<'tree>,
}Fields§
§span: Span§bounds: TraitBounds<'tree>§left: WherePredicateLeft<'tree>Trait Implementations§
Source§impl<'tree> Clone for WherePredicate<'tree>
impl<'tree> Clone for WherePredicate<'tree>
Source§fn clone(&self) -> WherePredicate<'tree>
fn clone(&self) -> WherePredicate<'tree>
Returns a duplicate 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<'tree> Debug for WherePredicate<'tree>
impl<'tree> Debug for WherePredicate<'tree>
Source§impl<'tree> FromNode<'tree> for WherePredicate<'tree>
impl<'tree> FromNode<'tree> for WherePredicate<'tree>
Source§impl<'tree> PartialEq for WherePredicate<'tree>
impl<'tree> PartialEq for WherePredicate<'tree>
Source§impl Spanned for WherePredicate<'_>
impl Spanned for WherePredicate<'_>
impl<'tree> Eq for WherePredicate<'tree>
impl<'tree> StructuralPartialEq for WherePredicate<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for WherePredicate<'tree>
impl<'tree> RefUnwindSafe for WherePredicate<'tree>
impl<'tree> Send for WherePredicate<'tree>
impl<'tree> Sync for WherePredicate<'tree>
impl<'tree> Unpin for WherePredicate<'tree>
impl<'tree> UnsafeUnpin for WherePredicate<'tree>
impl<'tree> UnwindSafe for WherePredicate<'tree>
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