pub struct CustomRemoteCallInput {
pub host: AgentPubKey,
pub call: RemoteCallInput,
}
Expand description
Input required for a remote call to a specific host
Fields§
§host: AgentPubKey
§call: RemoteCallInput
Trait Implementations§
Source§impl Clone for CustomRemoteCallInput
impl Clone for CustomRemoteCallInput
Source§fn clone(&self) -> CustomRemoteCallInput
fn clone(&self) -> CustomRemoteCallInput
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 CustomRemoteCallInput
impl Debug for CustomRemoteCallInput
Source§impl<'de> Deserialize<'de> for CustomRemoteCallInput
impl<'de> Deserialize<'de> for CustomRemoteCallInput
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 CustomRemoteCallInput
impl RefUnwindSafe for CustomRemoteCallInput
impl Send for CustomRemoteCallInput
impl Sync for CustomRemoteCallInput
impl Unpin for CustomRemoteCallInput
impl UnwindSafe for CustomRemoteCallInput
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