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