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