pub enum DryRun {
Value0 = 0,
Value1 = 1,
}
Expand description
[Optional] If set to 1
, only validation is performed. Only applicable for withdraw
using crypto
provider and api
type.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DryRun
impl<'de> Deserialize<'de> for DryRun
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
Auto Trait Implementations§
impl Freeze for DryRun
impl RefUnwindSafe for DryRun
impl Send for DryRun
impl Sync for DryRun
impl Unpin for DryRun
impl UnwindSafe for DryRun
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