pub struct DocDeprecated { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DocDeprecated
impl Clone for DocDeprecated
Source§fn clone(&self) -> DocDeprecated
fn clone(&self) -> DocDeprecated
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DocDeprecated
impl Debug for DocDeprecated
Source§impl Hash for DocDeprecated
impl Hash for DocDeprecated
Source§impl PartialEq for DocDeprecated
impl PartialEq for DocDeprecated
Source§impl XmlDeserialize for DocDeprecated
impl XmlDeserialize for DocDeprecated
fn deserialize<B: BufRead>( _tag_: &[u8], _reader_: &mut Reader<B>, _attrs_: Attributes<'_>, _is_empty_: bool, ) -> Self
fn de_root() -> Option<&'static [u8]>
A helper function used when ty =
untag. It could help
us to find out the children tags when deserializing§fn __deserialize_from_unparsed_array(
_array: Vec<(&'static [u8], Unparsed)>,
) -> Self
fn __deserialize_from_unparsed_array( _array: Vec<(&'static [u8], Unparsed)>, ) -> Self
A helper function used when handling the untag types. Read more
fn __deserialize_from_text(_: &str) -> Option<Self>where
Self: Sized,
impl Eq for DocDeprecated
impl StructuralPartialEq for DocDeprecated
Auto Trait Implementations§
impl Freeze for DocDeprecated
impl RefUnwindSafe for DocDeprecated
impl Send for DocDeprecated
impl Sync for DocDeprecated
impl Unpin for DocDeprecated
impl UnwindSafe for DocDeprecated
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