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