Struct serde::de::value::ExpectedInMap
source · struct ExpectedInMap(usize);
Tuple Fields§
§0: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpectedInMap
impl RefUnwindSafe for ExpectedInMap
impl Send for ExpectedInMap
impl Sync for ExpectedInMap
impl Unpin for ExpectedInMap
impl UnwindSafe for ExpectedInMap
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