pub struct EchoOutput {
pub echo: String,
}Expand description
Output from EchoTool: the echoed text.
Fields§
§echo: StringThe echoed text (identical to input).
Trait Implementations§
Source§impl Debug for EchoOutput
impl Debug for EchoOutput
Auto Trait Implementations§
impl Freeze for EchoOutput
impl RefUnwindSafe for EchoOutput
impl Send for EchoOutput
impl Sync for EchoOutput
impl Unpin for EchoOutput
impl UnsafeUnpin for EchoOutput
impl UnwindSafe for EchoOutput
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