pub struct ProductArchiveInput {
pub id: String,
}Expand description
Input for archiving a product.
Fields§
§id: StringImplementations§
Trait Implementations§
Source§impl Clone for ProductArchiveInput
impl Clone for ProductArchiveInput
Source§fn clone(&self) -> ProductArchiveInput
fn clone(&self) -> ProductArchiveInput
Returns a duplicate 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 ProductArchiveInput
impl Debug for ProductArchiveInput
Auto Trait Implementations§
impl Freeze for ProductArchiveInput
impl RefUnwindSafe for ProductArchiveInput
impl Send for ProductArchiveInput
impl Sync for ProductArchiveInput
impl Unpin for ProductArchiveInput
impl UnsafeUnpin for ProductArchiveInput
impl UnwindSafe for ProductArchiveInput
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