pub struct MsgUnjail {
pub address: String,
}
Expand description
Unjail message
Fields§
§address: String
Implementations§
Trait Implementations§
impl MsgInternal for MsgUnjail
Auto Trait Implementations§
impl Freeze for MsgUnjail
impl RefUnwindSafe for MsgUnjail
impl Send for MsgUnjail
impl Sync for MsgUnjail
impl Unpin for MsgUnjail
impl UnwindSafe for MsgUnjail
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