pub struct Reservations { /* private fields */ }Expand description
Request descriptor for the /api/v1/reservations endpoint used as source evidence for occupancy and check-in workflows.
Implementations§
Source§impl Reservations
impl Reservations
Trait Implementations§
Source§impl Clone for Reservations
impl Clone for Reservations
Source§fn clone(&self) -> Reservations
fn clone(&self) -> Reservations
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 Reservations
impl Debug for Reservations
Source§impl PartialEq for Reservations
impl PartialEq for Reservations
Source§impl Request for Reservations
impl Request for Reservations
Source§fn parameters(&self) -> Vec<(String, String)>
fn parameters(&self) -> Vec<(String, String)>
Describes the provider wire contract for this Gingr request.
Source§fn sensitive_parameter_names(&self) -> &'static [&'static str]
fn sensitive_parameter_names(&self) -> &'static [&'static str]
Describes the provider wire contract for this Gingr request.
Source§fn request_parts(&self) -> RequestParts
fn request_parts(&self) -> RequestParts
Describes the provider wire contract for this Gingr request.
impl Eq for Reservations
impl StructuralPartialEq for Reservations
Auto Trait Implementations§
impl Freeze for Reservations
impl RefUnwindSafe for Reservations
impl Send for Reservations
impl Sync for Reservations
impl Unpin for Reservations
impl UnsafeUnpin for Reservations
impl UnwindSafe for Reservations
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