Struct nektar::WMResourcePlan
source · pub struct WMResourcePlan {
pub name: String,
pub status: Option<WMResourcePlanStatus>,
pub query_parallelism: Option<i32>,
pub default_pool_path: Option<String>,
}Fields§
§name: String§status: Option<WMResourcePlanStatus>§query_parallelism: Option<i32>§default_pool_path: Option<String>Implementations§
Trait Implementations§
source§impl Clone for WMResourcePlan
impl Clone for WMResourcePlan
source§fn clone(&self) -> WMResourcePlan
fn clone(&self) -> WMResourcePlan
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 WMResourcePlan
impl Debug for WMResourcePlan
source§impl Hash for WMResourcePlan
impl Hash for WMResourcePlan
source§impl Ord for WMResourcePlan
impl Ord for WMResourcePlan
source§fn cmp(&self, other: &WMResourcePlan) -> Ordering
fn cmp(&self, other: &WMResourcePlan) -> 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 WMResourcePlan
impl PartialEq for WMResourcePlan
source§fn eq(&self, other: &WMResourcePlan) -> bool
fn eq(&self, other: &WMResourcePlan) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for WMResourcePlan
impl PartialOrd for WMResourcePlan
source§fn partial_cmp(&self, other: &WMResourcePlan) -> Option<Ordering>
fn partial_cmp(&self, other: &WMResourcePlan) -> 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 WMResourcePlan
impl TSerializable for WMResourcePlan
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<WMResourcePlan>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for WMResourcePlan
impl StructuralEq for WMResourcePlan
impl StructuralPartialEq for WMResourcePlan
Auto Trait Implementations§
impl RefUnwindSafe for WMResourcePlan
impl Send for WMResourcePlan
impl Sync for WMResourcePlan
impl Unpin for WMResourcePlan
impl UnwindSafe for WMResourcePlan
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