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