pub struct MsgSpec {
pub package: String,
pub name: String,
pub fields: Vec<MsgField>,
}Fields§
§package: String§name: String§fields: Vec<MsgField>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgSpec
impl RefUnwindSafe for MsgSpec
impl Send for MsgSpec
impl Sync for MsgSpec
impl Unpin for MsgSpec
impl UnsafeUnpin for MsgSpec
impl UnwindSafe for MsgSpec
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