pub struct WeirdIter { /* private fields */ }Implementations§
Source§impl WeirdIter
impl WeirdIter
pub fn weird_iter_grow(&mut self, new_tail: TypePackId)
Source§impl WeirdIter
impl WeirdIter
pub fn weird_iter_tail(&self) -> Option<TypePackId>
Source§impl WeirdIter
impl WeirdIter
pub fn weird_iter_type_pack_id_txn_log( &mut self, pack_id: TypePackId, log: &mut TxnLog, )
Trait Implementations§
Auto Trait Implementations§
impl !Send for WeirdIter
impl !Sync for WeirdIter
impl Freeze for WeirdIter
impl RefUnwindSafe for WeirdIter
impl Unpin for WeirdIter
impl UnsafeUnpin for WeirdIter
impl UnwindSafe for WeirdIter
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