Enum freya_node_state::OverflowMode
source · pub enum OverflowMode {
None,
Clip,
}
Variants§
Trait Implementations§
source§impl Clone for OverflowMode
impl Clone for OverflowMode
source§fn clone(&self) -> OverflowMode
fn clone(&self) -> OverflowMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OverflowMode
impl Debug for OverflowMode
source§impl Default for OverflowMode
impl Default for OverflowMode
source§fn default() -> OverflowMode
fn default() -> OverflowMode
Returns the “default value” for a type. Read more
source§impl Display for OverflowMode
impl Display for OverflowMode
source§impl Parse for OverflowMode
impl Parse for OverflowMode
source§impl PartialEq<OverflowMode> for OverflowMode
impl PartialEq<OverflowMode> for OverflowMode
source§fn eq(&self, other: &OverflowMode) -> bool
fn eq(&self, other: &OverflowMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OverflowMode
impl StructuralEq for OverflowMode
impl StructuralPartialEq for OverflowMode
Auto Trait Implementations§
impl RefUnwindSafe for OverflowMode
impl Send for OverflowMode
impl Sync for OverflowMode
impl Unpin for OverflowMode
impl UnwindSafe for OverflowMode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.