pub struct MSetIterator<'a> {
pub mset: &'a mut MSet,
pub index: i32,
}
Fields§
§mset: &'a mut MSet
§index: i32
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MSetIterator<'a>
impl<'a> RefUnwindSafe for MSetIterator<'a>
impl<'a> !Send for MSetIterator<'a>
impl<'a> !Sync for MSetIterator<'a>
impl<'a> Unpin for MSetIterator<'a>
impl<'a> !UnwindSafe for MSetIterator<'a>
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