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