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