Enum pancake_server::engine_ssi::wasm::CommitDecision
source · pub enum CommitDecision {
Commit(String),
Abort(String),
}Variants§
Trait Implementations§
source§impl Clone for CommitDecision
impl Clone for CommitDecision
source§fn clone(&self) -> CommitDecision
fn clone(&self) -> CommitDecision
Returns a copy 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 Debug for CommitDecision
impl Debug for CommitDecision
impl ComponentType for CommitDecision
impl Lift for CommitDecision
impl Lower for CommitDecision
Auto Trait Implementations§
impl RefUnwindSafe for CommitDecision
impl Send for CommitDecision
impl Sync for CommitDecision
impl Unpin for CommitDecision
impl UnwindSafe for CommitDecision
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