Struct onesignal_rust_api::models::outcomes_data::OutcomesData
source · [−]pub struct OutcomesData {
pub outcomes: Option<Vec<OutcomeData>>,
}
Fields
outcomes: Option<Vec<OutcomeData>>
Implementations
sourceimpl OutcomesData
impl OutcomesData
pub fn new() -> OutcomesData
Trait Implementations
sourceimpl Clone for OutcomesData
impl Clone for OutcomesData
sourcefn clone(&self) -> OutcomesData
fn clone(&self) -> OutcomesData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for OutcomesData
impl Debug for OutcomesData
sourceimpl Default for OutcomesData
impl Default for OutcomesData
sourcefn default() -> OutcomesData
fn default() -> OutcomesData
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for OutcomesData
impl<'de> Deserialize<'de> for OutcomesData
sourcefn 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
sourceimpl PartialEq<OutcomesData> for OutcomesData
impl PartialEq<OutcomesData> for OutcomesData
sourcefn eq(&self, other: &OutcomesData) -> bool
fn eq(&self, other: &OutcomesData) -> bool
sourceimpl Serialize for OutcomesData
impl Serialize for OutcomesData
impl StructuralPartialEq for OutcomesData
Auto Trait Implementations
impl RefUnwindSafe for OutcomesData
impl Send for OutcomesData
impl Sync for OutcomesData
impl Unpin for OutcomesData
impl UnwindSafe for OutcomesData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more