Struct breadth_first_zip::Indexed
source · pub struct Indexed<Type> { /* private fields */ }Expand description
Index and value.
Trait Implementations§
Auto Trait Implementations§
impl<Type> RefUnwindSafe for Indexed<Type>where Type: RefUnwindSafe,
impl<Type> Send for Indexed<Type>where Type: Send,
impl<Type> Sync for Indexed<Type>where Type: Sync,
impl<Type> Unpin for Indexed<Type>where Type: Unpin,
impl<Type> UnwindSafe for Indexed<Type>where Type: 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