pub struct GetLocations;Expand description
Request descriptor for Gingr location reference data used to scope resort operations.
Trait Implementations§
Source§impl Clone for GetLocations
impl Clone for GetLocations
Source§fn clone(&self) -> GetLocations
fn clone(&self) -> GetLocations
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 GetLocations
impl Debug for GetLocations
Source§impl Default for GetLocations
impl Default for GetLocations
Source§fn default() -> GetLocations
fn default() -> GetLocations
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetLocations
impl PartialEq for GetLocations
Source§impl Request for GetLocations
impl Request for GetLocations
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 GetLocations
impl StructuralPartialEq for GetLocations
Auto Trait Implementations§
impl Freeze for GetLocations
impl RefUnwindSafe for GetLocations
impl Send for GetLocations
impl Sync for GetLocations
impl Unpin for GetLocations
impl UnsafeUnpin for GetLocations
impl UnwindSafe for GetLocations
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