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