Struct rust_woocommerce::controllers::refunds::WithItems
source · pub struct WithItems(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithItems
impl RefUnwindSafe for WithItems
impl Send for WithItems
impl Sync for WithItems
impl Unpin for WithItems
impl UnwindSafe for WithItems
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