Struct freya::prelude::GraphProps  
source · pub struct GraphProps {
    pub theme: Option<GraphThemeWith>,
    /* private fields */
}Expand description
Graph component properties.
Fields§
§theme: Option<GraphThemeWith>Theme override.
Implementations§
Trait Implementations§
source§impl Clone for GraphProps
 
impl Clone for GraphProps
source§fn clone(&self) -> GraphProps
 
fn clone(&self) -> GraphProps
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 GraphProps
 
impl Debug for GraphProps
source§impl PartialEq<GraphProps> for GraphProps
 
impl PartialEq<GraphProps> for GraphProps
source§fn eq(&self, other: &GraphProps) -> bool
 
fn eq(&self, other: &GraphProps) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Properties for GraphProps
 
impl Properties for GraphProps
impl StructuralPartialEq for GraphProps
Auto Trait Implementations§
impl RefUnwindSafe for GraphProps
impl Send for GraphProps
impl Sync for GraphProps
impl Unpin for GraphProps
impl UnwindSafe for GraphProps
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