pub struct AddGenerator<'a, T: Copy> {
pub other: &'a Grid<T>,
}
Fields§
§other: &'a Grid<T>
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for AddGenerator<'a, T>
impl<'a, T> RefUnwindSafe for AddGenerator<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for AddGenerator<'a, T>where
T: Sync,
impl<'a, T> Sync for AddGenerator<'a, T>where
T: Sync,
impl<'a, T> Unpin for AddGenerator<'a, T>
impl<'a, T> UnwindSafe for AddGenerator<'a, T>where
T: RefUnwindSafe,
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