pub struct TextBlockCollector { /* private fields */ }Expand description
TextBlockCollector - テキストブロックハンドラ
Timelineに登録してTextBlockイベントを受信し、 完了したテキストブロックを収集する。
Implementations§
Trait Implementations§
Source§impl Clone for TextBlockCollector
impl Clone for TextBlockCollector
Source§fn clone(&self) -> TextBlockCollector
fn clone(&self) -> TextBlockCollector
Returns a duplicate 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 Default for TextBlockCollector
impl Default for TextBlockCollector
Source§impl Handler<TextBlockKind> for TextBlockCollector
impl Handler<TextBlockKind> for TextBlockCollector
Auto Trait Implementations§
impl Freeze for TextBlockCollector
impl RefUnwindSafe for TextBlockCollector
impl Send for TextBlockCollector
impl Sync for TextBlockCollector
impl Unpin for TextBlockCollector
impl UnwindSafe for TextBlockCollector
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