Struct jyve::model::BrandNoteInsights
source · pub struct BrandNoteInsights {
pub archived_at: Option<DateTime<Utc>>,
pub banners: Option<Vec<BrandNoteStoreChain>>,
pub brand: Option<i64>,
pub brands: Option<Vec<i64>>,
pub description: String,
pub id: Option<i64>,
pub job: Option<i64>,
pub notes_in_context: Vec<i64>,
pub started_at: Option<DateTime<Utc>>,
pub store_count: Option<String>,
pub stores: Option<Vec<BrandNoteStoreLocation>>,
pub title: String,
}
Fields§
§archived_at: Option<DateTime<Utc>>
§brand: Option<i64>
§brands: Option<Vec<i64>>
§description: String
§id: Option<i64>
§job: Option<i64>
§notes_in_context: Vec<i64>
§started_at: Option<DateTime<Utc>>
§store_count: Option<String>
§stores: Option<Vec<BrandNoteStoreLocation>>
§title: String
Trait Implementations§
source§impl Clone for BrandNoteInsights
impl Clone for BrandNoteInsights
source§fn clone(&self) -> BrandNoteInsights
fn clone(&self) -> BrandNoteInsights
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 BrandNoteInsights
impl Debug for BrandNoteInsights
source§impl Default for BrandNoteInsights
impl Default for BrandNoteInsights
source§fn default() -> BrandNoteInsights
fn default() -> BrandNoteInsights
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BrandNoteInsights
impl<'de> Deserialize<'de> for BrandNoteInsights
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 Display for BrandNoteInsights
impl Display for BrandNoteInsights
Auto Trait Implementations§
impl RefUnwindSafe for BrandNoteInsights
impl Send for BrandNoteInsights
impl Sync for BrandNoteInsights
impl Unpin for BrandNoteInsights
impl UnwindSafe for BrandNoteInsights
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