pub struct NthEdgeI(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for NthEdgeI
Auto Trait Implementations§
impl Freeze for NthEdgeI
impl RefUnwindSafe for NthEdgeI
impl Send for NthEdgeI
impl Sync for NthEdgeI
impl Unpin for NthEdgeI
impl UnwindSafe for NthEdgeI
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