pub struct SDTEndProperty {}
Trait Implementations§
Source§impl Clone for SDTEndProperty
impl Clone for SDTEndProperty
Source§fn clone(&self) -> SDTEndProperty
fn clone(&self) -> SDTEndProperty
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 moreSource§impl Debug for SDTEndProperty
impl Debug for SDTEndProperty
Source§impl Default for SDTEndProperty
impl Default for SDTEndProperty
Source§fn default() -> SDTEndProperty
fn default() -> SDTEndProperty
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for SDTEndProperty
impl<'__input> XmlRead<'__input> for SDTEndProperty
Auto Trait Implementations§
impl Freeze for SDTEndProperty
impl RefUnwindSafe for SDTEndProperty
impl Send for SDTEndProperty
impl Sync for SDTEndProperty
impl Unpin for SDTEndProperty
impl UnwindSafe for SDTEndProperty
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