pub struct MoveArgs<'s> {
pub event: EventBody<'s>,
/* private fields */
}Expand description
Move signal arguments.
Fields
event: EventBody<'s>Implementations
Trait Implementations
Auto Trait Implementations
impl<'s> RefUnwindSafe for MoveArgs<'s>
impl<'s> Send for MoveArgs<'s>
impl<'s> Sync for MoveArgs<'s>
impl<'s> Unpin for MoveArgs<'s>
impl<'s> UnwindSafe for MoveArgs<'s>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more