Enum yemantic_ui::sui::Float  [−][src]
pub enum Float {
    Left,
    Right,
}Variants
Trait Implementations
impl Copy for Float[src]
impl Eq for Float[src]
impl StructuralEq for Float[src]
impl StructuralPartialEq for Float[src]
Auto Trait Implementations
impl RefUnwindSafe for Float
impl Send for Float
impl Sync for Float
impl Unpin for Float
impl UnwindSafe for Float
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,