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 ==
.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