pub struct EdgeId(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl Ord for EdgeId
impl Ord for EdgeId
Source§impl PartialOrd<EdgeId> for SizeType
impl PartialOrd<EdgeId> for SizeType
Source§impl PartialOrd<EdgeId> for tsk_id_t
impl PartialOrd<EdgeId> for tsk_id_t
Source§impl PartialOrd<SizeType> for EdgeId
impl PartialOrd<SizeType> for EdgeId
Source§impl PartialOrd<i32> for EdgeId
impl PartialOrd<i32> for EdgeId
Source§impl PartialOrd for EdgeId
impl PartialOrd for EdgeId
impl Copy for EdgeId
impl Eq for EdgeId
impl StructuralPartialEq for EdgeId
Auto Trait Implementations§
impl Freeze for EdgeId
impl RefUnwindSafe for EdgeId
impl Send for EdgeId
impl Sync for EdgeId
impl Unpin for EdgeId
impl UnwindSafe for EdgeId
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