Enum freya_node_state::BorderStyle 
source · pub enum BorderStyle {
    None,
    Solid,
}Variants§
Trait Implementations§
source§impl Clone for BorderStyle
 
impl Clone for BorderStyle
source§fn clone(&self) -> BorderStyle
 
fn clone(&self) -> BorderStyle
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 BorderStyle
 
impl Debug for BorderStyle
source§impl Default for BorderStyle
 
impl Default for BorderStyle
source§fn default() -> BorderStyle
 
fn default() -> BorderStyle
Returns the “default value” for a type. Read more
source§impl Display for BorderStyle
 
impl Display for BorderStyle
source§impl PartialEq<BorderStyle> for BorderStyle
 
impl PartialEq<BorderStyle> for BorderStyle
source§fn eq(&self, other: &BorderStyle) -> bool
 
fn eq(&self, other: &BorderStyle) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for BorderStyle
impl StructuralPartialEq for BorderStyle
Auto Trait Implementations§
impl RefUnwindSafe for BorderStyle
impl Send for BorderStyle
impl Sync for BorderStyle
impl Unpin for BorderStyle
impl UnwindSafe for BorderStyle
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<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.