pub enum UiBridgeMessage {
RegisterWindow {
id: String,
actor: UntypedActorRef,
},
Command(BackendCommand),
StartEventLoop,
InternalEvent(BackendEvent),
}Variants§
Trait Implementations§
Source§impl Clone for UiBridgeMessage
impl Clone for UiBridgeMessage
Source§fn clone(&self) -> UiBridgeMessage
fn clone(&self) -> UiBridgeMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UiBridgeMessage
impl !RefUnwindSafe for UiBridgeMessage
impl Send for UiBridgeMessage
impl Sync for UiBridgeMessage
impl Unpin for UiBridgeMessage
impl UnsafeUnpin for UiBridgeMessage
impl !UnwindSafe for UiBridgeMessage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
Source§fn consume_handle(handle: Handle) -> Arc<T>
fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>