#[non_exhaustive]pub struct ModifyOrderMetadata { /* private fields */ }Expand description
Message stored in the metadata field of the Operation returned by ConsumerProcurementService.ModifyOrder.
Implementations§
Trait Implementations§
Source§impl Clone for ModifyOrderMetadata
impl Clone for ModifyOrderMetadata
Source§fn clone(&self) -> ModifyOrderMetadata
fn clone(&self) -> ModifyOrderMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModifyOrderMetadata
impl Debug for ModifyOrderMetadata
Source§impl Default for ModifyOrderMetadata
impl Default for ModifyOrderMetadata
Source§fn default() -> ModifyOrderMetadata
fn default() -> ModifyOrderMetadata
Returns the “default value” for a type. Read more
Source§impl Message for ModifyOrderMetadata
impl Message for ModifyOrderMetadata
Source§impl PartialEq for ModifyOrderMetadata
impl PartialEq for ModifyOrderMetadata
Source§fn eq(&self, other: &ModifyOrderMetadata) -> bool
fn eq(&self, other: &ModifyOrderMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyOrderMetadata
Auto Trait Implementations§
impl Freeze for ModifyOrderMetadata
impl RefUnwindSafe for ModifyOrderMetadata
impl Send for ModifyOrderMetadata
impl Sync for ModifyOrderMetadata
impl Unpin for ModifyOrderMetadata
impl UnsafeUnpin for ModifyOrderMetadata
impl UnwindSafe for ModifyOrderMetadata
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