pub struct CommandLog {
pub commands: Vec<DddCommand>,
}Fields§
§commands: Vec<DddCommand>Auto Trait Implementations§
impl Freeze for CommandLog
impl RefUnwindSafe for CommandLog
impl Send for CommandLog
impl Sync for CommandLog
impl Unpin for CommandLog
impl UnsafeUnpin for CommandLog
impl UnwindSafe for CommandLog
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