pub struct AncillarySelection {
pub ancillary_id: String,
pub passenger_refs: Vec<String>,
}Expand description
AncillarySelection : Is some cases one out of a set of ancillary offer parts must be booked.
Fields§
§ancillary_id: String§passenger_refs: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for AncillarySelection
impl Clone for AncillarySelection
Source§fn clone(&self) -> AncillarySelection
fn clone(&self) -> AncillarySelection
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 AncillarySelection
impl Debug for AncillarySelection
Source§impl Default for AncillarySelection
impl Default for AncillarySelection
Source§fn default() -> AncillarySelection
fn default() -> AncillarySelection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AncillarySelection
impl<'de> Deserialize<'de> for AncillarySelection
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 AncillarySelection
impl PartialEq for AncillarySelection
Source§impl Serialize for AncillarySelection
impl Serialize for AncillarySelection
impl StructuralPartialEq for AncillarySelection
Auto Trait Implementations§
impl Freeze for AncillarySelection
impl RefUnwindSafe for AncillarySelection
impl Send for AncillarySelection
impl Sync for AncillarySelection
impl Unpin for AncillarySelection
impl UnwindSafe for AncillarySelection
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