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