Enum yemantic_ui::collections::icon::IconRotate [−][src]
pub enum IconRotate { Clockwise, Counterclockwise, }
Variants
Trait Implementations
impl Clone for IconRotate
[src]
impl Clone for IconRotate
[src]fn clone(&self) -> IconRotate
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<IconRotate> for &'static str
[src]
impl From<IconRotate> for &'static str
[src]fn from(i: IconRotate) -> Self
[src]
impl Hash for IconRotate
[src]
impl Hash for IconRotate
[src]impl PartialEq<IconRotate> for IconRotate
[src]
impl PartialEq<IconRotate> for IconRotate
[src]impl Copy for IconRotate
[src]
impl Eq for IconRotate
[src]
impl StructuralEq for IconRotate
[src]
impl StructuralPartialEq for IconRotate
[src]
Auto Trait Implementations
impl RefUnwindSafe for IconRotate
impl Send for IconRotate
impl Sync for IconRotate
impl Unpin for IconRotate
impl UnwindSafe for IconRotate
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 T
pub fn into_prop_value(self) -> Option<T>
impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
pub 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,