pub struct BazaarSpecialized {
pub specialized: Vec<BazaarWeeklyCustomers>,
}
Fields§
§specialized: Vec<BazaarWeeklyCustomers>
Trait Implementations§
Source§impl Clone for BazaarSpecialized
impl Clone for BazaarSpecialized
Source§fn clone(&self) -> BazaarSpecialized
fn clone(&self) -> BazaarSpecialized
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BazaarSpecialized
impl Debug for BazaarSpecialized
Source§impl<'de> Deserialize<'de> for BazaarSpecialized
impl<'de> Deserialize<'de> for BazaarSpecialized
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 From<BazaarSpecialized> for Bazaar
impl From<BazaarSpecialized> for Bazaar
Source§fn from(value: BazaarSpecialized) -> Self
fn from(value: BazaarSpecialized) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BazaarSpecialized
impl PartialEq for BazaarSpecialized
impl StructuralPartialEq for BazaarSpecialized
Auto Trait Implementations§
impl Freeze for BazaarSpecialized
impl RefUnwindSafe for BazaarSpecialized
impl Send for BazaarSpecialized
impl Sync for BazaarSpecialized
impl Unpin for BazaarSpecialized
impl UnwindSafe for BazaarSpecialized
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