Struct ReadCall
struct ReadCall<'a> {
method: &'static str,
parameters: ReadParams<'a>,
}Available on crate feature
client only.Fields§
§method: &'static str§parameters: ReadParams<'a>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ReadCall<'a>
impl<'a> RefUnwindSafe for ReadCall<'a>
impl<'a> Send for ReadCall<'a>
impl<'a> Sync for ReadCall<'a>
impl<'a> Unpin for ReadCall<'a>
impl<'a> UnwindSafe for ReadCall<'a>
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