Struct lrzcc_wire::pricing::FlavorPriceCreateData
source · pub struct FlavorPriceCreateData {
pub flavor: u32,
pub user_class: u32,
pub price: Option<f64>,
pub start_time: Option<DateTime<FixedOffset>>,
}Fields§
§flavor: u32§user_class: u32§price: Option<f64>§start_time: Option<DateTime<FixedOffset>>Implementations§
Trait Implementations§
source§impl Clone for FlavorPriceCreateData
impl Clone for FlavorPriceCreateData
source§fn clone(&self) -> FlavorPriceCreateData
fn clone(&self) -> FlavorPriceCreateData
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 FlavorPriceCreateData
impl Debug for FlavorPriceCreateData
Auto Trait Implementations§
impl Freeze for FlavorPriceCreateData
impl RefUnwindSafe for FlavorPriceCreateData
impl Send for FlavorPriceCreateData
impl Sync for FlavorPriceCreateData
impl Unpin for FlavorPriceCreateData
impl UnwindSafe for FlavorPriceCreateData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)