Struct components::PushAction [−][src]
pub struct PushAction { /* fields omitted */ }Implementations
impl PushAction[src]
impl PushAction[src]pub fn new() -> PushAction[src]
pub fn new_full(
name: &str,
display_name: &str,
activated_cb: Option<Box_<dyn FnOnce(&PushAction) + 'static>>
) -> PushAction[src]
name: &str,
display_name: &str,
activated_cb: Option<Box_<dyn FnOnce(&PushAction) + 'static>>
) -> PushAction
pub fn new_stateful(
name: &str,
parameter_type: Option<&VariantTy>,
state: &Variant
) -> PushAction[src]
name: &str,
parameter_type: Option<&VariantTy>,
state: &Variant
) -> PushAction
pub fn with_parameter(
name: &str,
parameter_type: Option<&VariantTy>
) -> PushAction[src]
name: &str,
parameter_type: Option<&VariantTy>
) -> PushAction
Trait Implementations
impl AsRef<PushAction> for PushAction[src]
impl AsRef<PushAction> for PushAction[src]fn as_ref(&self) -> &PushAction[src]
impl Clone for PushAction[src]
impl Clone for PushAction[src]fn clone(&self) -> PushAction[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for PushAction[src]
impl Default for PushAction[src]impl Is<PushAction> for PushAction[src]
impl Is<PushAction> for PushAction[src]impl Object for PushAction[src]
impl Object for PushAction[src]Auto Trait Implementations
impl !RefUnwindSafe for PushAction
impl !RefUnwindSafe for PushActionimpl Send for PushAction
impl Send for PushActionimpl !Sync for PushAction
impl !Sync for PushActionimpl Unpin for PushAction
impl Unpin for PushActionimpl UnwindSafe for PushAction
impl UnwindSafe for PushActionBlanket Implementations
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>, pub fn into_color(self) -> To
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,