Struct freya::components::GraphProps
source · pub struct GraphProps { /* private fields */ }
Expand description
Graph
component properties.
Implementations§
source§impl GraphProps
impl GraphProps
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 ==
.