pub struct SelectionFee {
pub price: Box<Price>,
}Expand description
SelectionFee : selection fee that will be applied when selecting the place in a graphical seat map. (https://osdm.io/spec/processes/#SeatSelectionFees)
Fields§
§price: Box<Price>Implementations§
Source§impl SelectionFee
impl SelectionFee
Sourcepub fn new(price: Price) -> SelectionFee
pub fn new(price: Price) -> SelectionFee
selection fee that will be applied when selecting the place in a graphical seat map. (https://osdm.io/spec/processes/#SeatSelectionFees)
Trait Implementations§
Source§impl Clone for SelectionFee
impl Clone for SelectionFee
Source§fn clone(&self) -> SelectionFee
fn clone(&self) -> SelectionFee
Returns a duplicate 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 SelectionFee
impl Debug for SelectionFee
Source§impl Default for SelectionFee
impl Default for SelectionFee
Source§fn default() -> SelectionFee
fn default() -> SelectionFee
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SelectionFee
impl<'de> Deserialize<'de> for SelectionFee
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 PartialEq for SelectionFee
impl PartialEq for SelectionFee
Source§impl Serialize for SelectionFee
impl Serialize for SelectionFee
impl StructuralPartialEq for SelectionFee
Auto Trait Implementations§
impl Freeze for SelectionFee
impl RefUnwindSafe for SelectionFee
impl Send for SelectionFee
impl Sync for SelectionFee
impl Unpin for SelectionFee
impl UnwindSafe for SelectionFee
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