Struct ckb_client::types::SearchKey
source · pub struct SearchKey {
pub script: Script,
pub script_type: ScriptType,
pub script_search_mode: Option<IndexerScriptSearchMode>,
pub filter: Option<SearchKeyFilter>,
pub with_data: Option<bool>,
pub group_by_transaction: Option<bool>,
}Fields§
§script: Script§script_type: ScriptType§script_search_mode: Option<IndexerScriptSearchMode>§filter: Option<SearchKeyFilter>§with_data: Option<bool>§group_by_transaction: Option<bool>Trait Implementations§
source§impl<'de> Deserialize<'de> for SearchKey
impl<'de> Deserialize<'de> for SearchKey
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 SearchKey
impl RefUnwindSafe for SearchKey
impl Send for SearchKey
impl Sync for SearchKey
impl Unpin for SearchKey
impl UnwindSafe for SearchKey
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