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