pub struct BridgeRequest {
pub command: String,
pub args: Option<Value>,
}Expand description
Request to the Java bridge.
Fields§
§command: String§args: Option<Value>Trait Implementations§
Source§impl Debug for BridgeRequest
impl Debug for BridgeRequest
Auto Trait Implementations§
impl Freeze for BridgeRequest
impl RefUnwindSafe for BridgeRequest
impl Send for BridgeRequest
impl Sync for BridgeRequest
impl Unpin for BridgeRequest
impl UnsafeUnpin for BridgeRequest
impl UnwindSafe for BridgeRequest
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