Enum relm4_components::web_image::WebImageMsg
source · pub enum WebImageMsg {
LoadImage(String),
Unload,
}
Expand description
Load or unload a web image.
Variants§
Trait Implementations§
source§impl Clone for WebImageMsg
impl Clone for WebImageMsg
source§fn clone(&self) -> WebImageMsg
fn clone(&self) -> WebImageMsg
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 WebImageMsg
impl Debug for WebImageMsg
source§impl PartialEq<WebImageMsg> for WebImageMsg
impl PartialEq<WebImageMsg> for WebImageMsg
source§fn eq(&self, other: &WebImageMsg) -> bool
fn eq(&self, other: &WebImageMsg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for WebImageMsg
impl StructuralEq for WebImageMsg
impl StructuralPartialEq for WebImageMsg
Auto Trait Implementations§
impl RefUnwindSafe for WebImageMsg
impl Send for WebImageMsg
impl Sync for WebImageMsg
impl Unpin for WebImageMsg
impl UnwindSafe for WebImageMsg
Blanket Implementations§
source§impl<C> AsyncPosition<()> for C
impl<C> AsyncPosition<()> for C
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.