pub struct DocumentMoved { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for DocumentMoved
impl Debug for DocumentMoved
Source§impl Event for DocumentMoved
impl Event for DocumentMoved
Source§type HandlerReturnType = ()
type HandlerReturnType = ()
The return type of the event handler.
Source§fn update(&mut self, _handler_result: Self::HandlerReturnType)
fn update(&mut self, _handler_result: Self::HandlerReturnType)
Updates the event with the result of a listener’s callback.
This method is called after each listener’s callback returns. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for DocumentMoved
impl !UnwindSafe for DocumentMoved
impl Freeze for DocumentMoved
impl Send for DocumentMoved
impl Sync for DocumentMoved
impl Unpin for DocumentMoved
impl UnsafeUnpin for DocumentMoved
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