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