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