pub struct CallReadOnlyFnResult {
pub result: Value,
}
Fields§
§result: Value
Auto Trait Implementations§
impl RefUnwindSafe for CallReadOnlyFnResult
impl Send for CallReadOnlyFnResult
impl Sync for CallReadOnlyFnResult
impl Unpin for CallReadOnlyFnResult
impl UnwindSafe for CallReadOnlyFnResult
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