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