Struct freya::prelude::GraphProps
pub struct GraphProps { /* private fields */ }
Expand description
Graph
component properties.
Implementations§
Trait Implementations§
§impl Clone for GraphProps
impl Clone for GraphProps
§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 more§impl Debug for GraphProps
impl Debug for GraphProps
§impl PartialEq<GraphProps> for GraphProps
impl PartialEq<GraphProps> for GraphProps
§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 ==
.§impl Properties for GraphProps
impl Properties for GraphProps
§type Builder = GraphPropsBuilder<((), (), (), ())>
type Builder = GraphPropsBuilder<((), (), (), ())>
The type of the builder for this component.
Used to create “in-progress” versions of the props.
§fn builder() -> <GraphProps as Properties>::Builder
fn builder() -> <GraphProps as Properties>::Builder
Create a builder for this component.
§unsafe fn memoize(&self, other: &GraphProps) -> bool
unsafe fn memoize(&self, other: &GraphProps) -> bool
Memoization can only happen if the props are valid for the ’static lifetime Read more
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