Struct nektar::WMGetResourcePlanRequest
source · pub struct WMGetResourcePlanRequest {
pub resource_plan_name: Option<String>,
}Fields§
§resource_plan_name: Option<String>Implementations§
Trait Implementations§
source§impl Clone for WMGetResourcePlanRequest
impl Clone for WMGetResourcePlanRequest
source§fn clone(&self) -> WMGetResourcePlanRequest
fn clone(&self) -> WMGetResourcePlanRequest
Returns a copy 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 WMGetResourcePlanRequest
impl Debug for WMGetResourcePlanRequest
source§impl Default for WMGetResourcePlanRequest
impl Default for WMGetResourcePlanRequest
source§fn default() -> WMGetResourcePlanRequest
fn default() -> WMGetResourcePlanRequest
Returns the “default value” for a type. Read more
source§impl Hash for WMGetResourcePlanRequest
impl Hash for WMGetResourcePlanRequest
source§impl Ord for WMGetResourcePlanRequest
impl Ord for WMGetResourcePlanRequest
source§fn cmp(&self, other: &WMGetResourcePlanRequest) -> Ordering
fn cmp(&self, other: &WMGetResourcePlanRequest) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for WMGetResourcePlanRequest
impl PartialEq for WMGetResourcePlanRequest
source§fn eq(&self, other: &WMGetResourcePlanRequest) -> bool
fn eq(&self, other: &WMGetResourcePlanRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for WMGetResourcePlanRequest
impl PartialOrd for WMGetResourcePlanRequest
source§fn partial_cmp(&self, other: &WMGetResourcePlanRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &WMGetResourcePlanRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TSerializable for WMGetResourcePlanRequest
impl TSerializable for WMGetResourcePlanRequest
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<WMGetResourcePlanRequest>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for WMGetResourcePlanRequest
impl StructuralEq for WMGetResourcePlanRequest
impl StructuralPartialEq for WMGetResourcePlanRequest
Auto Trait Implementations§
impl RefUnwindSafe for WMGetResourcePlanRequest
impl Send for WMGetResourcePlanRequest
impl Sync for WMGetResourcePlanRequest
impl Unpin for WMGetResourcePlanRequest
impl UnwindSafe for WMGetResourcePlanRequest
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