pub struct StubMessage;Expand description
Minimal message payload received by StubMessageHandler.
Trait Implementations§
Source§impl Clone for StubMessage
impl Clone for StubMessage
Source§fn clone(&self) -> StubMessage
fn clone(&self) -> StubMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StubMessage
impl RefUnwindSafe for StubMessage
impl Send for StubMessage
impl Sync for StubMessage
impl Unpin for StubMessage
impl UnsafeUnpin for StubMessage
impl UnwindSafe for StubMessage
Blanket Implementations§
impl<T> Allocation for T
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