Enum yemantic_ui::collections::button::ButtonAnimationType [−][src]
pub enum ButtonAnimationType {
Fade,
Vertical,
}Variants
Trait Implementations
impl Clone for ButtonAnimationType[src]
impl Clone for ButtonAnimationType[src]fn clone(&self) -> ButtonAnimationType[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl From<ButtonAnimationType> for &'static str[src]
impl From<ButtonAnimationType> for &'static str[src]fn from(b: ButtonAnimationType) -> Self[src]
impl Hash for ButtonAnimationType[src]
impl Hash for ButtonAnimationType[src]impl Copy for ButtonAnimationType[src]
impl Eq for ButtonAnimationType[src]
impl StructuralEq for ButtonAnimationType[src]
impl StructuralPartialEq for ButtonAnimationType[src]
Auto Trait Implementations
impl RefUnwindSafe for ButtonAnimationType
impl Send for ButtonAnimationType
impl Sync for ButtonAnimationType
impl Unpin for ButtonAnimationType
impl UnwindSafe for ButtonAnimationType
Blanket Implementations
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T, V> IntoOptPropValue<V> for T where
T: IntoPropValue<Option<V>>,
impl<T, V> IntoOptPropValue<V> for T where
T: IntoPropValue<Option<V>>, pub fn into_opt_prop_value(self) -> Option<V>
impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for Tpub fn into_prop_value(self) -> Option<T>
impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for Tpub fn into_prop_value(self) -> T
impl<T> Any for T where
T: Any,
T: Any,
impl<T> CloneAny for T where
T: Any + Clone,
T: Any + Clone,