pub struct WindowMethodCall {
pub target_window_handle: WindowHandle,
pub method: String,
pub channel: String,
pub arguments: Value,
}Fields§
§target_window_handle: WindowHandle§method: String§channel: String§arguments: ValueAuto Trait Implementations§
impl Freeze for WindowMethodCall
impl RefUnwindSafe for WindowMethodCall
impl Send for WindowMethodCall
impl Sync for WindowMethodCall
impl Unpin for WindowMethodCall
impl UnwindSafe for WindowMethodCall
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