pub struct ParagraphIndentationFact {
pub paragraph_ordinal: usize,
pub value: ParagraphIndentation,
}Fields§
§paragraph_ordinal: usize§value: ParagraphIndentationTrait Implementations§
Source§impl Clone for ParagraphIndentationFact
impl Clone for ParagraphIndentationFact
Source§fn clone(&self) -> ParagraphIndentationFact
fn clone(&self) -> ParagraphIndentationFact
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 moreSource§impl Debug for ParagraphIndentationFact
impl Debug for ParagraphIndentationFact
impl Eq for ParagraphIndentationFact
Source§impl PartialEq for ParagraphIndentationFact
impl PartialEq for ParagraphIndentationFact
impl StructuralPartialEq for ParagraphIndentationFact
Auto Trait Implementations§
impl Freeze for ParagraphIndentationFact
impl RefUnwindSafe for ParagraphIndentationFact
impl Send for ParagraphIndentationFact
impl Sync for ParagraphIndentationFact
impl Unpin for ParagraphIndentationFact
impl UnsafeUnpin for ParagraphIndentationFact
impl UnwindSafe for ParagraphIndentationFact
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