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