pub struct Contig<C> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<C: Ord> Ord for Contig<C>
impl<C: Ord> Ord for Contig<C>
Source§impl<C: PartialOrd> PartialOrd for Contig<C>
impl<C: PartialOrd> PartialOrd for Contig<C>
impl<C: Eq> Eq for Contig<C>
impl<C> StructuralPartialEq for Contig<C>
Auto Trait Implementations§
impl<C> Freeze for Contig<C>where
C: Freeze,
impl<C> RefUnwindSafe for Contig<C>where
C: RefUnwindSafe,
impl<C> Send for Contig<C>where
C: Send,
impl<C> Sync for Contig<C>where
C: Sync,
impl<C> Unpin for Contig<C>where
C: Unpin,
impl<C> UnwindSafe for Contig<C>where
C: UnwindSafe,
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