Struct ambient_guest_bridge::core::messages::WasmRebuild
source · pub struct WasmRebuild {
pub error: Option<String>,
}
Expand description
WasmRebuild: Sent when a request for WASM rebuilding is completed.
Fields§
§error: Option<String>
Implementations§
source§impl WasmRebuild
impl WasmRebuild
Trait Implementations§
source§impl Clone for WasmRebuild
impl Clone for WasmRebuild
source§fn clone(&self) -> WasmRebuild
fn clone(&self) -> WasmRebuild
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WasmRebuild
impl Debug for WasmRebuild
source§impl RuntimeMessage for WasmRebuild
impl RuntimeMessage for WasmRebuild
source§fn subscribe<R>(callback: impl FnMut(Self) -> R + 'static) -> Listenerwhere
R: CallbackReturn,
fn subscribe<R>(callback: impl FnMut(Self) -> R + 'static) -> Listenerwhere
R: CallbackReturn,
Subscribes to this Message. Wrapper around self::subscribe.
impl Message for WasmRebuild
Auto Trait Implementations§
impl RefUnwindSafe for WasmRebuild
impl Send for WasmRebuild
impl Sync for WasmRebuild
impl Unpin for WasmRebuild
impl UnwindSafe for WasmRebuild
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