pub struct ShapeEdge { /* private fields */ }Expand description
ShapeEdge represents a Shapeedge_id with the two endpoints of that Edge.
Auto Trait Implementations§
impl Freeze for ShapeEdge
impl RefUnwindSafe for ShapeEdge
impl Send for ShapeEdge
impl Sync for ShapeEdge
impl Unpin for ShapeEdge
impl UnwindSafe for ShapeEdge
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