Struct primitives::campaign::Active
source · Fields
from: Option<DateTime<Utc>>
Campaign active from in a milliseconds timestamp
The time at which you want this campaign to become active (optional)
to: DateTime<Utc>
Campaign active to in a milliseconds timestamp
The time at which you want this campaign to become inactive (mandatory)
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Active
impl<'de> Deserialize<'de> for Active
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
impl Eq for Active
impl StructuralEq for Active
impl StructuralPartialEq for Active
Auto Trait Implementations
impl RefUnwindSafe for Active
impl Send for Active
impl Sync for Active
impl Unpin for Active
impl UnwindSafe for Active
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