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