pub struct GetAgentActivityInput {
pub agent_pubkey: HoloHash<Agent>,
pub chain_query_filter: ChainQueryFilter,
pub activity_request: ActivityRequest,
}
Fields§
§agent_pubkey: HoloHash<Agent>
§chain_query_filter: ChainQueryFilter
§activity_request: ActivityRequest
Implementations§
Source§impl GetAgentActivityInput
impl GetAgentActivityInput
Sourcepub fn new(
agent_pubkey: HoloHash<Agent>,
chain_query_filter: ChainQueryFilter,
activity_request: ActivityRequest,
) -> GetAgentActivityInput
pub fn new( agent_pubkey: HoloHash<Agent>, chain_query_filter: ChainQueryFilter, activity_request: ActivityRequest, ) -> GetAgentActivityInput
Constructor.
Trait Implementations§
Source§impl Clone for GetAgentActivityInput
impl Clone for GetAgentActivityInput
Source§fn clone(&self) -> GetAgentActivityInput
fn clone(&self) -> GetAgentActivityInput
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 GetAgentActivityInput
impl Debug for GetAgentActivityInput
Source§impl<'de> Deserialize<'de> for GetAgentActivityInput
impl<'de> Deserialize<'de> for GetAgentActivityInput
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetAgentActivityInput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetAgentActivityInput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetAgentActivityInput
impl PartialEq for GetAgentActivityInput
Source§impl Serialize for GetAgentActivityInput
impl Serialize for GetAgentActivityInput
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetAgentActivityInput
Auto Trait Implementations§
impl Freeze for GetAgentActivityInput
impl RefUnwindSafe for GetAgentActivityInput
impl Send for GetAgentActivityInput
impl Sync for GetAgentActivityInput
impl Unpin for GetAgentActivityInput
impl UnwindSafe for GetAgentActivityInput
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