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