Struct jyve::model::BrandNoteStoreLocation
source · pub struct BrandNoteStoreLocation {
pub banner: BrandNoteStoreChain,
pub id: Option<i64>,
pub primary_self_identity: Option<String>,
}
Fields§
§id: Option<i64>
§primary_self_identity: Option<String>
Trait Implementations§
source§impl Clone for BrandNoteStoreLocation
impl Clone for BrandNoteStoreLocation
source§fn clone(&self) -> BrandNoteStoreLocation
fn clone(&self) -> BrandNoteStoreLocation
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 BrandNoteStoreLocation
impl Debug for BrandNoteStoreLocation
source§impl<'de> Deserialize<'de> for BrandNoteStoreLocation
impl<'de> Deserialize<'de> for BrandNoteStoreLocation
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 BrandNoteStoreLocation
impl Display for BrandNoteStoreLocation
Auto Trait Implementations§
impl RefUnwindSafe for BrandNoteStoreLocation
impl Send for BrandNoteStoreLocation
impl Sync for BrandNoteStoreLocation
impl Unpin for BrandNoteStoreLocation
impl UnwindSafe for BrandNoteStoreLocation
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