Struct nektar::WMGetActiveResourcePlanResponse
source · pub struct WMGetActiveResourcePlanResponse {
pub resource_plan: Option<WMFullResourcePlan>,
}Fields§
§resource_plan: Option<WMFullResourcePlan>Implementations§
source§impl WMGetActiveResourcePlanResponse
impl WMGetActiveResourcePlanResponse
pub fn new<F1>(resource_plan: F1) -> WMGetActiveResourcePlanResponse
Trait Implementations§
source§impl Clone for WMGetActiveResourcePlanResponse
impl Clone for WMGetActiveResourcePlanResponse
source§fn clone(&self) -> WMGetActiveResourcePlanResponse
fn clone(&self) -> WMGetActiveResourcePlanResponse
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 Default for WMGetActiveResourcePlanResponse
impl Default for WMGetActiveResourcePlanResponse
source§fn default() -> WMGetActiveResourcePlanResponse
fn default() -> WMGetActiveResourcePlanResponse
Returns the “default value” for a type. Read more
source§impl Ord for WMGetActiveResourcePlanResponse
impl Ord for WMGetActiveResourcePlanResponse
source§fn cmp(&self, other: &WMGetActiveResourcePlanResponse) -> Ordering
fn cmp(&self, other: &WMGetActiveResourcePlanResponse) -> 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 WMGetActiveResourcePlanResponse
impl PartialEq for WMGetActiveResourcePlanResponse
source§fn eq(&self, other: &WMGetActiveResourcePlanResponse) -> bool
fn eq(&self, other: &WMGetActiveResourcePlanResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for WMGetActiveResourcePlanResponse
impl PartialOrd for WMGetActiveResourcePlanResponse
source§fn partial_cmp(
&self,
other: &WMGetActiveResourcePlanResponse
) -> Option<Ordering>
fn partial_cmp( &self, other: &WMGetActiveResourcePlanResponse ) -> 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 WMGetActiveResourcePlanResponse
impl TSerializable for WMGetActiveResourcePlanResponse
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<WMGetActiveResourcePlanResponse>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for WMGetActiveResourcePlanResponse
impl StructuralEq for WMGetActiveResourcePlanResponse
impl StructuralPartialEq for WMGetActiveResourcePlanResponse
Auto Trait Implementations§
impl RefUnwindSafe for WMGetActiveResourcePlanResponse
impl Send for WMGetActiveResourcePlanResponse
impl Sync for WMGetActiveResourcePlanResponse
impl Unpin for WMGetActiveResourcePlanResponse
impl UnwindSafe for WMGetActiveResourcePlanResponse
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