pub struct WeakIter(/* private fields */);Expand description
Iterator structure used by yweak_iter function call.
Auto Trait Implementations§
impl !RefUnwindSafe for WeakIter
impl !Send for WeakIter
impl !Sync for WeakIter
impl Unpin for WeakIter
impl !UnwindSafe for WeakIter
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