pub struct BatchMsgInternal {
pub messages: Vec<Msg>,
}Expand description
An internal message type used to batch multiple messages together. This is not exposed as a public API.
Fields§
§messages: Vec<Msg>Aggregated messages to dispatch as a single batch.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchMsgInternal
impl !RefUnwindSafe for BatchMsgInternal
impl Send for BatchMsgInternal
impl !Sync for BatchMsgInternal
impl Unpin for BatchMsgInternal
impl !UnwindSafe for BatchMsgInternal
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