pub struct MessageSpec(pub &'static [ArgKind]);
Expand description
An array of |ArgKind|s for a single request or event message.
Tuple Fields§
§0: &'static [ArgKind]
Auto Trait Implementations§
impl Freeze for MessageSpec
impl RefUnwindSafe for MessageSpec
impl Send for MessageSpec
impl Sync for MessageSpec
impl Unpin for MessageSpec
impl UnwindSafe for MessageSpec
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