pub struct GetServicesByType { /* private fields */ }Expand description
Request descriptor for Gingr service discovery by reservation type; DTO mapping is intentionally not guaranteed here.
Implementations§
Trait Implementations§
Source§impl Clone for GetServicesByType
impl Clone for GetServicesByType
Source§fn clone(&self) -> GetServicesByType
fn clone(&self) -> GetServicesByType
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 GetServicesByType
impl Debug for GetServicesByType
Source§impl PartialEq for GetServicesByType
impl PartialEq for GetServicesByType
Source§impl Request for GetServicesByType
impl Request for GetServicesByType
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 GetServicesByType
impl StructuralPartialEq for GetServicesByType
Auto Trait Implementations§
impl Freeze for GetServicesByType
impl RefUnwindSafe for GetServicesByType
impl Send for GetServicesByType
impl Sync for GetServicesByType
impl Unpin for GetServicesByType
impl UnsafeUnpin for GetServicesByType
impl UnwindSafe for GetServicesByType
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