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