#[repr(u64)]pub enum ReplyId {
AMPMsg = 100,
CreateADO = 101,
UpdateOwnership = 102,
IBCHooksPacketSend = 103,
Recovery = 104,
RegisterUsername = 105,
ClaimOwnership = 200,
AssignApp = 201,
RegisterPath = 202,
CrossChainCreate = 203,
Cw20WithdrawMsg = 300,
PayFee = 301,
}
Variants§
AMPMsg = 100
CreateADO = 101
UpdateOwnership = 102
IBCHooksPacketSend = 103
Recovery = 104
RegisterUsername = 105
ClaimOwnership = 200
AssignApp = 201
RegisterPath = 202
CrossChainCreate = 203
Cw20WithdrawMsg = 300
PayFee = 301
Implementations§
Auto Trait Implementations§
impl Freeze for ReplyId
impl RefUnwindSafe for ReplyId
impl Send for ReplyId
impl Sync for ReplyId
impl Unpin for ReplyId
impl UnwindSafe for ReplyId
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