pub enum SubMessageReplyType {
Always,
OnError,
OnSuccess,
}
Expand description
CosmWasm “reply on” types for submessages. See https://book.cosmwasm.com/actor-model/contract-as-actor.html#sending-submessages
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for SubMessageReplyType
impl Send for SubMessageReplyType
impl Sync for SubMessageReplyType
impl Unpin for SubMessageReplyType
impl UnwindSafe for SubMessageReplyType
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