pub struct DddCommand {
pub name: String,
pub payload: String,
}Fields§
§name: String§payload: StringAuto Trait Implementations§
impl Freeze for DddCommand
impl RefUnwindSafe for DddCommand
impl Send for DddCommand
impl Sync for DddCommand
impl Unpin for DddCommand
impl UnsafeUnpin for DddCommand
impl UnwindSafe for DddCommand
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