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