Struct jj_lib::id_prefix::IdIndexBuilder
source · pub struct IdIndexBuilder<K, P, const N: usize> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, P, const N: usize> RefUnwindSafe for IdIndexBuilder<K, P, N>where K: RefUnwindSafe, P: RefUnwindSafe,
impl<K, P, const N: usize> Send for IdIndexBuilder<K, P, N>where K: Send, P: Send,
impl<K, P, const N: usize> Sync for IdIndexBuilder<K, P, N>where K: Sync, P: Sync,
impl<K, P, const N: usize> Unpin for IdIndexBuilder<K, P, N>where K: Unpin, P: Unpin,
impl<K, P, const N: usize> UnwindSafe for IdIndexBuilder<K, P, N>where K: UnwindSafe, P: 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