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