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