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