Struct yew_interop::ScriptEffectProps [−][src]
pub struct ScriptEffectProps {
pub script: Script,
}
This is supported on crate feature
script
only.Fields
script: Script
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ScriptEffectProps
impl !Send for ScriptEffectProps
impl !Sync for ScriptEffectProps
impl Unpin for ScriptEffectProps
impl UnwindSafe for ScriptEffectProps
Blanket Implementations
Mutably borrows from an owned value. Read more
impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
pub fn into_prop_value(self) -> Option<T>
pub fn into_prop_value(self) -> Option<T>
Convert self
to a value of a Properties
struct.
pub fn into_prop_value(self) -> T
pub fn into_prop_value(self) -> T
Convert self
to a value of a Properties
struct.