pub struct PremiumSourceBusinessFeature {
pub feature: Option<BusinessFeature>,
}
Expand description
A user tried to use a Business feature
Fields§
§feature: Option<BusinessFeature>
The used feature; pass null if none specific feature was used
Trait Implementations§
Source§impl Clone for PremiumSourceBusinessFeature
impl Clone for PremiumSourceBusinessFeature
Source§fn clone(&self) -> PremiumSourceBusinessFeature
fn clone(&self) -> PremiumSourceBusinessFeature
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 PremiumSourceBusinessFeature
impl Debug for PremiumSourceBusinessFeature
Source§impl Default for PremiumSourceBusinessFeature
impl Default for PremiumSourceBusinessFeature
Source§fn default() -> PremiumSourceBusinessFeature
fn default() -> PremiumSourceBusinessFeature
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PremiumSourceBusinessFeature
impl<'de> Deserialize<'de> for PremiumSourceBusinessFeature
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 PartialEq for PremiumSourceBusinessFeature
impl PartialEq for PremiumSourceBusinessFeature
Source§fn eq(&self, other: &PremiumSourceBusinessFeature) -> bool
fn eq(&self, other: &PremiumSourceBusinessFeature) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PremiumSourceBusinessFeature
Auto Trait Implementations§
impl Freeze for PremiumSourceBusinessFeature
impl RefUnwindSafe for PremiumSourceBusinessFeature
impl Send for PremiumSourceBusinessFeature
impl Sync for PremiumSourceBusinessFeature
impl Unpin for PremiumSourceBusinessFeature
impl UnwindSafe for PremiumSourceBusinessFeature
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