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