pub struct KRecourseAsPerReq<Spec: Specification> { /* private fields */ }Expand description
A TypedRecordKey for recourse_as_per requirement.
Trait Implementations§
Source§impl<Spec: Clone + Specification> Clone for KRecourseAsPerReq<Spec>
impl<Spec: Clone + Specification> Clone for KRecourseAsPerReq<Spec>
Source§fn clone(&self) -> KRecourseAsPerReq<Spec>
fn clone(&self) -> KRecourseAsPerReq<Spec>
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<Spec: Debug + Specification> Debug for KRecourseAsPerReq<Spec>
impl<Spec: Debug + Specification> Debug for KRecourseAsPerReq<Spec>
Source§impl<Spec: Specification> TypedRecordKey for KRecourseAsPerReq<Spec>
impl<Spec: Specification> TypedRecordKey for KRecourseAsPerReq<Spec>
Source§type Value = &'static Requirement<Spec>
type Value = &'static Requirement<Spec>
Associated value type.
Auto Trait Implementations§
impl<Spec> Freeze for KRecourseAsPerReq<Spec>
impl<Spec> RefUnwindSafe for KRecourseAsPerReq<Spec>where
Spec: RefUnwindSafe,
impl<Spec> Send for KRecourseAsPerReq<Spec>
impl<Spec> Sync for KRecourseAsPerReq<Spec>
impl<Spec> Unpin for KRecourseAsPerReq<Spec>where
Spec: Unpin,
impl<Spec> UnwindSafe for KRecourseAsPerReq<Spec>where
Spec: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Choices> CoproductSubsetter<CNil, HNil> for Choices
impl<Choices> CoproductSubsetter<CNil, HNil> for Choices
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<S, P> TryProven<P> for Swhere
P: Predicate<S> + SyncEvaluablePredicate<S>,
impl<S, P> TryProven<P> for Swhere
P: Predicate<S> + SyncEvaluablePredicate<S>,
Source§type Err = ProvenError<S, <P as SyncEvaluablePredicate<S>>::EvalError>
type Err = ProvenError<S, <P as SyncEvaluablePredicate<S>>::EvalError>
Type of error.