Struct rust_woocommerce::controllers::refunds::RefundCreate
source · pub struct RefundCreate { /* private fields */ }Implementations§
source§impl RefundCreate
impl RefundCreate
pub fn builder() -> RefundCreateBuilder<NoAmount, NoItems>
Trait Implementations§
source§impl Clone for RefundCreate
impl Clone for RefundCreate
source§fn clone(&self) -> RefundCreate
fn clone(&self) -> RefundCreate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RefundCreate
impl Debug for RefundCreate
source§impl<'de> Deserialize<'de> for RefundCreate
impl<'de> Deserialize<'de> for RefundCreate
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RefundCreate
impl RefUnwindSafe for RefundCreate
impl Send for RefundCreate
impl Sync for RefundCreate
impl Unpin for RefundCreate
impl UnwindSafe for RefundCreate
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