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