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