pub enum PostOutcome {
Response(Value),
Accepted,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostOutcome
impl RefUnwindSafe for PostOutcome
impl Send for PostOutcome
impl Sync for PostOutcome
impl Unpin for PostOutcome
impl UnsafeUnpin for PostOutcome
impl UnwindSafe for PostOutcome
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