pub struct RouteEdge {
pub action_id: String,
pub target: String,
}Fields§
§action_id: String§target: StringTrait Implementations§
impl StructuralPartialEq for RouteEdge
Auto Trait Implementations§
impl Freeze for RouteEdge
impl RefUnwindSafe for RouteEdge
impl Send for RouteEdge
impl Sync for RouteEdge
impl Unpin for RouteEdge
impl UnsafeUnpin for RouteEdge
impl UnwindSafe for RouteEdge
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