pub struct NewScan {
pub timeout: Option<u64>,
pub scan_type: ScanType,
pub constraints: Option<String>,
}Expand description
Specify constructor data for new market scanning iterator.
Fields§
§timeout: Option<u64>§scan_type: ScanType§constraints: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for NewScan
impl<'de> Deserialize<'de> for NewScan
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 NewScan
Auto Trait Implementations§
impl Freeze for NewScan
impl RefUnwindSafe for NewScan
impl Send for NewScan
impl Sync for NewScan
impl Unpin for NewScan
impl UnwindSafe for NewScan
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