pub struct Inputs<'a, C: Config> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a, C> Freeze for Inputs<'a, C>
impl<'a, C> !RefUnwindSafe for Inputs<'a, C>
impl<'a, C> Send for Inputs<'a, C>
impl<'a, C> Sync for Inputs<'a, C>
impl<'a, C> Unpin for Inputs<'a, C>
impl<'a, C> !UnwindSafe for Inputs<'a, C>
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