pub struct ProOwner {
pub activity_sector_id: Option<u32>,
pub activity_sector: Option<String>,
pub category_id: Option<u32>,
pub siren: Option<String>,
pub siret: Option<String>,
pub store_id: Option<u64>,
pub active_since: Option<String>,
}
Fields§
§activity_sector_id: Option<u32>
§activity_sector: Option<String>
§category_id: Option<u32>
§siren: Option<String>
§siret: Option<String>
§store_id: Option<u64>
§active_since: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ProOwner
impl<'de> Deserialize<'de> for ProOwner
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
Auto Trait Implementations§
impl Freeze for ProOwner
impl RefUnwindSafe for ProOwner
impl Send for ProOwner
impl Sync for ProOwner
impl Unpin for ProOwner
impl UnwindSafe for ProOwner
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