pub struct ProductAspect {
pub aspect_name: Option<String>,
pub destination_name: Option<String>,
pub intention: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§aspect_name: Option<String>Deprecated.
destination_name: Option<String>Deprecated.
intention: Option<String>Deprecated.
Trait Implementations§
Source§impl Clone for ProductAspect
impl Clone for ProductAspect
Source§fn clone(&self) -> ProductAspect
fn clone(&self) -> ProductAspect
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 ProductAspect
impl Debug for ProductAspect
Source§impl Default for ProductAspect
impl Default for ProductAspect
Source§fn default() -> ProductAspect
fn default() -> ProductAspect
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProductAspect
impl<'de> Deserialize<'de> for ProductAspect
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
Source§impl Serialize for ProductAspect
impl Serialize for ProductAspect
impl Part for ProductAspect
Auto Trait Implementations§
impl Freeze for ProductAspect
impl RefUnwindSafe for ProductAspect
impl Send for ProductAspect
impl Sync for ProductAspect
impl Unpin for ProductAspect
impl UnwindSafe for ProductAspect
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