pub struct TextBlockKind;Expand description
TextBlock Kind - テキストブロック用
Trait Implementations§
Source§impl Handler<TextBlockKind> for TextBlockCollector
impl Handler<TextBlockKind> for TextBlockCollector
Source§impl Kind for TextBlockKind
impl Kind for TextBlockKind
Source§type Event = TextBlockEvent
type Event = TextBlockEvent
このKindに対応するイベント型
Auto Trait Implementations§
impl Freeze for TextBlockKind
impl RefUnwindSafe for TextBlockKind
impl Send for TextBlockKind
impl Sync for TextBlockKind
impl Unpin for TextBlockKind
impl UnwindSafe for TextBlockKind
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