pub struct ReservationSelection {
pub reservation_id: String,
}Fields§
§reservation_id: StringImplementations§
Source§impl ReservationSelection
impl ReservationSelection
pub fn new(reservation_id: String) -> ReservationSelection
Trait Implementations§
Source§impl Clone for ReservationSelection
impl Clone for ReservationSelection
Source§fn clone(&self) -> ReservationSelection
fn clone(&self) -> ReservationSelection
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 ReservationSelection
impl Debug for ReservationSelection
Source§impl Default for ReservationSelection
impl Default for ReservationSelection
Source§fn default() -> ReservationSelection
fn default() -> ReservationSelection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReservationSelection
impl<'de> Deserialize<'de> for ReservationSelection
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 ReservationSelection
impl PartialEq for ReservationSelection
Source§impl Serialize for ReservationSelection
impl Serialize for ReservationSelection
impl StructuralPartialEq for ReservationSelection
Auto Trait Implementations§
impl Freeze for ReservationSelection
impl RefUnwindSafe for ReservationSelection
impl Send for ReservationSelection
impl Sync for ReservationSelection
impl Unpin for ReservationSelection
impl UnwindSafe for ReservationSelection
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