Struct XmlReaderProperty
#[repr(transparent)]pub struct XmlReaderProperty(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for XmlReaderProperty
impl Clone for XmlReaderProperty
§fn clone(&self) -> XmlReaderProperty
fn clone(&self) -> XmlReaderProperty
Returns a copy 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 more§impl Debug for XmlReaderProperty
impl Debug for XmlReaderProperty
§impl Default for XmlReaderProperty
impl Default for XmlReaderProperty
§fn default() -> XmlReaderProperty
fn default() -> XmlReaderProperty
Returns the “default value” for a type. Read more
§impl PartialEq for XmlReaderProperty
impl PartialEq for XmlReaderProperty
impl Copy for XmlReaderProperty
impl Eq for XmlReaderProperty
impl StructuralPartialEq for XmlReaderProperty
Auto Trait Implementations§
impl Freeze for XmlReaderProperty
impl RefUnwindSafe for XmlReaderProperty
impl Send for XmlReaderProperty
impl Sync for XmlReaderProperty
impl Unpin for XmlReaderProperty
impl UnwindSafe for XmlReaderProperty
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