Struct humidity_core::serde::Deserializer
source · pub struct Deserializer<'input> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'input> Freeze for Deserializer<'input>
impl<'input> RefUnwindSafe for Deserializer<'input>
impl<'input> Send for Deserializer<'input>
impl<'input> Sync for Deserializer<'input>
impl<'input> Unpin for Deserializer<'input>
impl<'input> UnwindSafe for Deserializer<'input>
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