pub struct JSONOutputDeserializer;Implementations§
Source§impl JSONOutputDeserializer
impl JSONOutputDeserializer
pub fn deserialize<T: Peek + Next>( tag_name: &str, stack: &mut T, ) -> Result<JSONOutput, XmlParseError>
Auto Trait Implementations§
impl Freeze for JSONOutputDeserializer
impl RefUnwindSafe for JSONOutputDeserializer
impl Send for JSONOutputDeserializer
impl Sync for JSONOutputDeserializer
impl Unpin for JSONOutputDeserializer
impl UnwindSafe for JSONOutputDeserializer
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