pub struct RuntimeHostcallResponseInput {
pub identity: FrameIdentity,
pub raw_frame: String,
}Fields§
§identity: FrameIdentity§raw_frame: StringAuto Trait Implementations§
impl Freeze for RuntimeHostcallResponseInput
impl RefUnwindSafe for RuntimeHostcallResponseInput
impl Send for RuntimeHostcallResponseInput
impl Sync for RuntimeHostcallResponseInput
impl Unpin for RuntimeHostcallResponseInput
impl UnsafeUnpin for RuntimeHostcallResponseInput
impl UnwindSafe for RuntimeHostcallResponseInput
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