pub struct Request<S: SonareProtocol> {
pub pop: S::Cap,
pub contract_id: Option<ContractId>,
pub interface: Option<TinyString>,
pub method: Option<TinyString>,
pub args: TinyVec<RequestArg>,
}Fields§
§pop: S::Cap§contract_id: Option<ContractId>§interface: Option<TinyString>§method: Option<TinyString>§args: TinyVec<RequestArg>Auto Trait Implementations§
impl<S> Freeze for Request<S>
impl<S> RefUnwindSafe for Request<S>
impl<S> Send for Request<S>
impl<S> Sync for Request<S>
impl<S> Unpin for Request<S>
impl<S> UnwindSafe for Request<S>
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