Enum egui_graphs::ChangeEdge
source · pub enum ChangeEdge {
Selected {
id: EdgeIndex,
old: bool,
new: bool,
},
}Expand description
ChangeEdge is a enum that stores the changes to Edge properties.
Variants§
Trait Implementations§
source§impl Clone for ChangeEdge
impl Clone for ChangeEdge
source§fn clone(&self) -> ChangeEdge
fn clone(&self) -> ChangeEdge
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 moreAuto Trait Implementations§
impl RefUnwindSafe for ChangeEdge
impl Send for ChangeEdge
impl Sync for ChangeEdge
impl Unpin for ChangeEdge
impl UnwindSafe for ChangeEdge
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