pub struct ParagraphContext {
pub index: usize,
}Expand description
段落级写入事件的上下文。
Fields§
§index: usize段落索引(从零开始)。
Trait Implementations§
Source§impl Clone for ParagraphContext
impl Clone for ParagraphContext
Source§fn clone(&self) -> ParagraphContext
fn clone(&self) -> ParagraphContext
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 moreAuto Trait Implementations§
impl Freeze for ParagraphContext
impl RefUnwindSafe for ParagraphContext
impl Send for ParagraphContext
impl Sync for ParagraphContext
impl Unpin for ParagraphContext
impl UnsafeUnpin for ParagraphContext
impl UnwindSafe for ParagraphContext
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