pub struct AbSplitStatsType {
pub a: AbStatsType,
pub b: AbStatsType,
}
Expand description
General stats about different groups of an A/B Split campaign. Does not return information about Mailchimp Pro’s Multivariate Campaigns.
Fields§
§a: AbStatsType
Stats for Campaign A.
b: AbStatsType
Stats for Campaign B.
Trait Implementations§
Source§impl Clone for AbSplitStatsType
impl Clone for AbSplitStatsType
Source§fn clone(&self) -> AbSplitStatsType
fn clone(&self) -> AbSplitStatsType
Returns a copy 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 AbSplitStatsType
impl Debug for AbSplitStatsType
Source§impl Default for AbSplitStatsType
impl Default for AbSplitStatsType
Source§impl<'de> Deserialize<'de> for AbSplitStatsType
impl<'de> Deserialize<'de> for AbSplitStatsType
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
Auto Trait Implementations§
impl Freeze for AbSplitStatsType
impl RefUnwindSafe for AbSplitStatsType
impl Send for AbSplitStatsType
impl Sync for AbSplitStatsType
impl Unpin for AbSplitStatsType
impl UnwindSafe for AbSplitStatsType
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