pub struct ParagraphOutlineLevelFact {
pub paragraph_ordinal: usize,
pub outline_level: u8,
}Fields§
§paragraph_ordinal: usize§outline_level: u8Trait Implementations§
Source§impl Clone for ParagraphOutlineLevelFact
impl Clone for ParagraphOutlineLevelFact
Source§fn clone(&self) -> ParagraphOutlineLevelFact
fn clone(&self) -> ParagraphOutlineLevelFact
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParagraphOutlineLevelFact
Source§impl Debug for ParagraphOutlineLevelFact
impl Debug for ParagraphOutlineLevelFact
impl Eq for ParagraphOutlineLevelFact
impl StructuralPartialEq for ParagraphOutlineLevelFact
Auto Trait Implementations§
impl Freeze for ParagraphOutlineLevelFact
impl RefUnwindSafe for ParagraphOutlineLevelFact
impl Send for ParagraphOutlineLevelFact
impl Sync for ParagraphOutlineLevelFact
impl Unpin for ParagraphOutlineLevelFact
impl UnsafeUnpin for ParagraphOutlineLevelFact
impl UnwindSafe for ParagraphOutlineLevelFact
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