pub struct Edge<I, Meta>where
I: Identity,{
pub source: I,
pub sink: I,
pub order: usize,
pub meta: Rc<Meta>,
}
Fields§
§source: I
§sink: I
§order: usize
§meta: Rc<Meta>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I, Meta> Freeze for Edge<I, Meta>where
I: Freeze,
impl<I, Meta> RefUnwindSafe for Edge<I, Meta>where
I: RefUnwindSafe,
Meta: RefUnwindSafe,
impl<I, Meta> !Send for Edge<I, Meta>
impl<I, Meta> !Sync for Edge<I, Meta>
impl<I, Meta> Unpin for Edge<I, Meta>where
I: Unpin,
impl<I, Meta> UnwindSafe for Edge<I, Meta>where
I: UnwindSafe,
Meta: RefUnwindSafe,
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