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