pub struct HashMapInput<V = Verbatim>(/* private fields */);
Implementations§
Source§impl<V> HashMapInput<V>
impl<V> HashMapInput<V>
pub fn into_output(self) -> TokenStream
Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for HashMapInput<V>
impl<V> RefUnwindSafe for HashMapInput<V>where
V: RefUnwindSafe,
impl<V = Verbatim> !Send for HashMapInput<V>
impl<V = Verbatim> !Sync for HashMapInput<V>
impl<V> Unpin for HashMapInput<V>where
V: Unpin,
impl<V> UnwindSafe for HashMapInput<V>where
V: 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