Struct grid_sdk::protocol::product::payload::ProductCreateAction [−][src]
pub struct ProductCreateAction { /* fields omitted */ }Expand description
Native implementation for ProductCreateAction
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ProductCreateAction
impl Send for ProductCreateAction
impl Sync for ProductCreateAction
impl Unpin for ProductCreateAction
impl UnwindSafe for ProductCreateAction
Blanket Implementations
Mutably borrows from an owned value. Read more