pub struct SetSPCTransactionMode {
pub mode: SetSpcTransactionModeModeOption,
}Fields§
§mode: SetSpcTransactionModeModeOptionTrait Implementations§
Source§impl Clone for SetSPCTransactionMode
impl Clone for SetSPCTransactionMode
Source§fn clone(&self) -> SetSPCTransactionMode
fn clone(&self) -> SetSPCTransactionMode
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 SetSPCTransactionMode
impl Debug for SetSPCTransactionMode
Source§impl<'de> Deserialize<'de> for SetSPCTransactionMode
impl<'de> Deserialize<'de> for SetSPCTransactionMode
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 Method for SetSPCTransactionMode
impl Method for SetSPCTransactionMode
const NAME: &'static str = "Page.setSPCTransactionMode"
type ReturnObject = SetSPCTransactionModeReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetSPCTransactionMode
impl PartialEq for SetSPCTransactionMode
Source§impl Serialize for SetSPCTransactionMode
impl Serialize for SetSPCTransactionMode
impl StructuralPartialEq for SetSPCTransactionMode
Auto Trait Implementations§
impl Freeze for SetSPCTransactionMode
impl RefUnwindSafe for SetSPCTransactionMode
impl Send for SetSPCTransactionMode
impl Sync for SetSPCTransactionMode
impl Unpin for SetSPCTransactionMode
impl UnwindSafe for SetSPCTransactionMode
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