pub struct OutlineLvl {
pub v: usize,
}
Fields§
§v: usize
Implementations§
Source§impl OutlineLvl
impl OutlineLvl
pub fn new(v: usize) -> OutlineLvl
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 PartialEq for OutlineLvl
impl PartialEq for OutlineLvl
Source§impl Serialize for OutlineLvl
impl Serialize for OutlineLvl
impl StructuralPartialEq 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