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