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