pub struct SetContributionReview<St: State = Empty>(/* private fields */);Expand description
State transition - sets the contribution_review field to Set
Trait Implementations§
Source§impl<St: State> State for SetContributionReview<St>
impl<St: State> State for SetContributionReview<St>
type Changes = <St as State>::Changes
type Contribution = <St as State>::Contribution
type ContributionReview = Set<contribution_review>
type CreatedAt = <St as State>::CreatedAt
Auto Trait Implementations§
impl<St> Freeze for SetContributionReview<St>
impl<St> RefUnwindSafe for SetContributionReview<St>
impl<St> Send for SetContributionReview<St>
impl<St> Sync for SetContributionReview<St>
impl<St> Unpin for SetContributionReview<St>
impl<St> UnsafeUnpin for SetContributionReview<St>
impl<St> UnwindSafe for SetContributionReview<St>
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