pub struct StdioEventPayload {
pub name: String,
pub data: String,
}Fields§
§name: String§data: StringTrait Implementations§
Source§impl Clone for StdioEventPayload
impl Clone for StdioEventPayload
Source§fn clone(&self) -> StdioEventPayload
fn clone(&self) -> StdioEventPayload
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StdioEventPayload
impl Debug for StdioEventPayload
Auto Trait Implementations§
impl Freeze for StdioEventPayload
impl RefUnwindSafe for StdioEventPayload
impl Send for StdioEventPayload
impl Sync for StdioEventPayload
impl Unpin for StdioEventPayload
impl UnwindSafe for StdioEventPayload
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