pub enum Pred<'l> {
    Constness(Constness),
    Return(&'l str),
    ArgNames(&'l [&'l str]),
    ArgTypes(&'l [&'l str]),
}Variants§
Implementations§
Trait Implementations§
impl<'l> Eq for Pred<'l>
impl<'l> StructuralPartialEq for Pred<'l>
Auto Trait Implementations§
impl<'l> Freeze for Pred<'l>
impl<'l> RefUnwindSafe for Pred<'l>
impl<'l> Send for Pred<'l>
impl<'l> Sync for Pred<'l>
impl<'l> Unpin for Pred<'l>
impl<'l> UnwindSafe for Pred<'l>
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