pub struct Requires {
pub params: RefineParams,
pub pred: Expr,
}Fields§
§params: RefineParamsOptional list of universally quantified parameters
pred: ExprTrait Implementations§
Auto Trait Implementations§
impl Freeze for Requires
impl RefUnwindSafe for Requires
impl Send for Requires
impl Sync for Requires
impl Unpin for Requires
impl UnwindSafe for Requires
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