pub struct AllRetailItems;Expand description
Request descriptor for the Gingr retail-item catalog used as source evidence for inventory and upsell workflows.
Trait Implementations§
Source§impl Clone for AllRetailItems
impl Clone for AllRetailItems
Source§fn clone(&self) -> AllRetailItems
fn clone(&self) -> AllRetailItems
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 AllRetailItems
impl Debug for AllRetailItems
Source§impl Default for AllRetailItems
impl Default for AllRetailItems
Source§fn default() -> AllRetailItems
fn default() -> AllRetailItems
Returns the “default value” for a type. Read more
Source§impl PartialEq for AllRetailItems
impl PartialEq for AllRetailItems
Source§impl Request for AllRetailItems
impl Request for AllRetailItems
Source§fn parameters(&self) -> Vec<(String, String)>
fn parameters(&self) -> Vec<(String, String)>
Describes the provider wire contract for this Gingr request.
Source§fn sensitive_parameter_names(&self) -> &'static [&'static str]
fn sensitive_parameter_names(&self) -> &'static [&'static str]
Describes the provider wire contract for this Gingr request.
Source§fn request_parts(&self) -> RequestParts
fn request_parts(&self) -> RequestParts
Describes the provider wire contract for this Gingr request.
impl Eq for AllRetailItems
impl StructuralPartialEq for AllRetailItems
Auto Trait Implementations§
impl Freeze for AllRetailItems
impl RefUnwindSafe for AllRetailItems
impl Send for AllRetailItems
impl Sync for AllRetailItems
impl Unpin for AllRetailItems
impl UnsafeUnpin for AllRetailItems
impl UnwindSafe for AllRetailItems
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