Struct freya_components::GraphLine
source · pub struct GraphLine { /* private fields */ }
Expand description
Data line for the Graph
component.
Implementations§
Trait Implementations§
source§impl PartialEq<GraphLine> for GraphLine
impl PartialEq<GraphLine> for GraphLine
impl StructuralPartialEq for GraphLine
Auto Trait Implementations§
impl RefUnwindSafe for GraphLine
impl Send for GraphLine
impl Sync for GraphLine
impl Unpin for GraphLine
impl UnwindSafe for GraphLine
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