pub struct TypedDict<'a, T> { /* private fields */ }
Expand description
Writer for a dictionary mapping to a fixed type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for TypedDict<'a, T>
impl<'a, T> RefUnwindSafe for TypedDict<'a, T>
impl<'a, T> Send for TypedDict<'a, T>
impl<'a, T> Sync for TypedDict<'a, T>
impl<'a, T> Unpin for TypedDict<'a, T>
impl<'a, T> !UnwindSafe for TypedDict<'a, T>
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