pub struct CallResourceMethodV1Response {
pub value: TypedValue,
}Fields§
§value: TypedValueAuto Trait Implementations§
impl Freeze for CallResourceMethodV1Response
impl RefUnwindSafe for CallResourceMethodV1Response
impl Send for CallResourceMethodV1Response
impl Sync for CallResourceMethodV1Response
impl Unpin for CallResourceMethodV1Response
impl UnsafeUnpin for CallResourceMethodV1Response
impl UnwindSafe for CallResourceMethodV1Response
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