pub struct X402AgentCardFilterInput {
pub wallet_address: Option<String>,
pub trust_level: Option<String>,
pub min_trust_level: Option<String>,
pub network: Option<String>,
pub asset: Option<String>,
pub skill: Option<String>,
pub active: Option<bool>,
pub merchant_id: Option<String>,
pub limit: Option<u32>,
pub offset: Option<u32>,
}Fields§
§wallet_address: Option<String>§trust_level: Option<String>§min_trust_level: Option<String>§network: Option<String>§asset: Option<String>§skill: Option<String>§active: Option<bool>§merchant_id: Option<String>§limit: Option<u32>§offset: Option<u32>Trait Implementations§
Source§impl Clone for X402AgentCardFilterInput
impl Clone for X402AgentCardFilterInput
Source§fn clone(&self) -> X402AgentCardFilterInput
fn clone(&self) -> X402AgentCardFilterInput
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 Default for X402AgentCardFilterInput
impl Default for X402AgentCardFilterInput
Source§fn default() -> X402AgentCardFilterInput
fn default() -> X402AgentCardFilterInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for X402AgentCardFilterInput
impl<'de> Deserialize<'de> for X402AgentCardFilterInput
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 FromNapiValue for X402AgentCardFilterInput
impl FromNapiValue for X402AgentCardFilterInput
Source§unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
Safety Read more
fn from_unknown(value: JsUnknown) -> Result<Self, Error>
Source§impl Serialize for X402AgentCardFilterInput
impl Serialize for X402AgentCardFilterInput
Source§impl ToNapiValue for X402AgentCardFilterInput
impl ToNapiValue for X402AgentCardFilterInput
Source§unsafe fn to_napi_value(
env: napi_env,
val: X402AgentCardFilterInput,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: X402AgentCardFilterInput, ) -> Result<napi_value>
Safety Read more
Source§impl TypeName for X402AgentCardFilterInput
impl TypeName for X402AgentCardFilterInput
Source§impl ValidateNapiValue for X402AgentCardFilterInput
impl ValidateNapiValue for X402AgentCardFilterInput
Source§unsafe fn validate(
env: *mut napi_env__,
napi_val: *mut napi_value__,
) -> Result<*mut napi_value__, Error>
unsafe fn validate( env: *mut napi_env__, napi_val: *mut napi_value__, ) -> Result<*mut napi_value__, Error>
Safety Read more
Auto Trait Implementations§
impl Freeze for X402AgentCardFilterInput
impl RefUnwindSafe for X402AgentCardFilterInput
impl Send for X402AgentCardFilterInput
impl Sync for X402AgentCardFilterInput
impl Unpin for X402AgentCardFilterInput
impl UnsafeUnpin for X402AgentCardFilterInput
impl UnwindSafe for X402AgentCardFilterInput
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