pub enum SimulateDescriptorOperationResponseMethod {
SimulateDescriptorOperationResponse,
}Variants§
SimulateDescriptorOperationResponse
Trait Implementations§
Source§impl Clone for SimulateDescriptorOperationResponseMethod
impl Clone for SimulateDescriptorOperationResponseMethod
Source§fn clone(&self) -> SimulateDescriptorOperationResponseMethod
fn clone(&self) -> SimulateDescriptorOperationResponseMethod
Returns a duplicate 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<'de> Deserialize<'de> for SimulateDescriptorOperationResponseMethod
impl<'de> Deserialize<'de> for SimulateDescriptorOperationResponseMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SimulateDescriptorOperationResponseMethod
impl PartialEq for SimulateDescriptorOperationResponseMethod
Source§fn eq(&self, other: &SimulateDescriptorOperationResponseMethod) -> bool
fn eq(&self, other: &SimulateDescriptorOperationResponseMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SimulateDescriptorOperationResponseMethod
Auto Trait Implementations§
impl Freeze for SimulateDescriptorOperationResponseMethod
impl RefUnwindSafe for SimulateDescriptorOperationResponseMethod
impl Send for SimulateDescriptorOperationResponseMethod
impl Sync for SimulateDescriptorOperationResponseMethod
impl Unpin for SimulateDescriptorOperationResponseMethod
impl UnsafeUnpin for SimulateDescriptorOperationResponseMethod
impl UnwindSafe for SimulateDescriptorOperationResponseMethod
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