pub enum SetSpcTransactionModeMethod {
SetSpcTransactionMode,
}Variants§
SetSpcTransactionMode
Trait Implementations§
Source§impl Clone for SetSpcTransactionModeMethod
impl Clone for SetSpcTransactionModeMethod
Source§fn clone(&self) -> SetSpcTransactionModeMethod
fn clone(&self) -> SetSpcTransactionModeMethod
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 Debug for SetSpcTransactionModeMethod
impl Debug for SetSpcTransactionModeMethod
Source§impl<'de> Deserialize<'de> for SetSpcTransactionModeMethod
impl<'de> Deserialize<'de> for SetSpcTransactionModeMethod
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
impl StructuralPartialEq for SetSpcTransactionModeMethod
Auto Trait Implementations§
impl Freeze for SetSpcTransactionModeMethod
impl RefUnwindSafe for SetSpcTransactionModeMethod
impl Send for SetSpcTransactionModeMethod
impl Sync for SetSpcTransactionModeMethod
impl Unpin for SetSpcTransactionModeMethod
impl UnsafeUnpin for SetSpcTransactionModeMethod
impl UnwindSafe for SetSpcTransactionModeMethod
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