pub struct AddController<T> { /* private fields */ }
Expand description
The structure allowing us to communicate Additions to a Pluralized type through the Adder iterator.
Implementations§
Source§impl<T> AddController<T>
impl<T> AddController<T>
Auto Trait Implementations§
impl<T> !Freeze for AddController<T>
impl<T> !RefUnwindSafe for AddController<T>
impl<T> Send for AddController<T>where
T: Send,
impl<T> !Sync for AddController<T>
impl<T> Unpin for AddController<T>where
T: Unpin,
impl<T> UnwindSafe for AddController<T>where
T: 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