pub struct ProductMarketingFeature {
pub name: Option<String>,
}
Fields§
§name: Option<String>
The marketing feature name. Up to 80 characters long.
Trait Implementations§
Source§impl Clone for ProductMarketingFeature
impl Clone for ProductMarketingFeature
Source§fn clone(&self) -> ProductMarketingFeature
fn clone(&self) -> ProductMarketingFeature
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 ProductMarketingFeature
impl Debug for ProductMarketingFeature
Source§impl FromValueOpt for ProductMarketingFeature
impl FromValueOpt for ProductMarketingFeature
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for ProductMarketingFeature
impl RefUnwindSafe for ProductMarketingFeature
impl Send for ProductMarketingFeature
impl Sync for ProductMarketingFeature
impl Unpin for ProductMarketingFeature
impl UnwindSafe for ProductMarketingFeature
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