pub struct GetInput {
pub any_dht_hash: HoloHash<AnyDht>,
pub get_options: GetOptions,
}Expand description
Zome input for get and get_details calls.
Fields§
§any_dht_hash: HoloHash<AnyDht>Any DHT hash to pass to get or get_details.
get_options: GetOptionsOptions for the call.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetInput
impl<'de> Deserialize<'de> for GetInput
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetInput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetInput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for GetInput
impl Serialize for GetInput
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 GetInput
Auto Trait Implementations§
impl Freeze for GetInput
impl RefUnwindSafe for GetInput
impl Send for GetInput
impl Sync for GetInput
impl Unpin for GetInput
impl UnsafeUnpin for GetInput
impl UnwindSafe for GetInput
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