pub struct AnyAttributeDeserializer { /* private fields */ }Trait Implementations§
Source§impl Debug for AnyAttributeDeserializer
impl Debug for AnyAttributeDeserializer
Source§impl<'de> Deserializer<'de, AnyAttribute> for Box<AnyAttributeDeserializer>
impl<'de> Deserializer<'de, AnyAttribute> for Box<AnyAttributeDeserializer>
Source§fn init(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, AnyAttribute>
fn init( helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, AnyAttribute>
Source§fn next(
self,
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, AnyAttribute>
fn next( self, helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, AnyAttribute>
Source§fn finish(self, helper: &mut DeserializeHelper) -> Result<AnyAttribute, Error>
fn finish(self, helper: &mut DeserializeHelper) -> Result<AnyAttribute, Error>
Force the deserializer to finish. Read more
Auto Trait Implementations§
impl Freeze for AnyAttributeDeserializer
impl RefUnwindSafe for AnyAttributeDeserializer
impl Send for AnyAttributeDeserializer
impl Sync for AnyAttributeDeserializer
impl Unpin for AnyAttributeDeserializer
impl UnwindSafe for AnyAttributeDeserializer
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