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 Freeze for SubMessageReplyType
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