pub struct IdRange<Id> { /* private fields */ }
Expand description
A half open range of Ids.
Implementations§
Trait Implementations§
Source§impl<Id> Default for IdRange<Id>where
Id: IdOperations,
impl<Id> Default for IdRange<Id>where
Id: IdOperations,
Source§impl<Id> IntoIterator for IdRange<Id>where
Id: IdOperations,
impl<Id> IntoIterator for IdRange<Id>where
Id: IdOperations,
impl<Id: Copy> Copy for IdRange<Id>
Auto Trait Implementations§
impl<Id> Freeze for IdRange<Id>where
Id: Freeze,
impl<Id> RefUnwindSafe for IdRange<Id>where
Id: RefUnwindSafe,
impl<Id> Send for IdRange<Id>where
Id: Send,
impl<Id> Sync for IdRange<Id>where
Id: Sync,
impl<Id> Unpin for IdRange<Id>where
Id: Unpin,
impl<Id> UnwindSafe for IdRange<Id>where
Id: 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