pub struct EventText;Expand description
EventText (868).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventText
impl RefUnwindSafe for EventText
impl Send for EventText
impl Sync for EventText
impl Unpin for EventText
impl UnsafeUnpin for EventText
impl UnwindSafe for EventText
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