pub struct CoedgeId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
impl Copy for CoedgeId
impl Eq for CoedgeId
impl StructuralPartialEq for CoedgeId
Auto Trait Implementations§
impl Freeze for CoedgeId
impl RefUnwindSafe for CoedgeId
impl Send for CoedgeId
impl Sync for CoedgeId
impl Unpin for CoedgeId
impl UnsafeUnpin for CoedgeId
impl UnwindSafe for CoedgeId
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