Struct paypal_rust::resources::order::PatchOrderDto
source · [−]Fields
patch: Vec<Patch>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PatchOrderDto
impl Send for PatchOrderDto
impl Sync for PatchOrderDto
impl Unpin for PatchOrderDto
impl UnwindSafe for PatchOrderDto
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more