pub struct BridgeCommand {
pub op: BridgeOp,
/* private fields */
}Expand description
Fields§
§op: BridgeOpImplementations§
Source§impl BridgeCommand
impl BridgeCommand
Auto Trait Implementations§
impl !RefUnwindSafe for BridgeCommand
impl !UnwindSafe for BridgeCommand
impl Freeze for BridgeCommand
impl Send for BridgeCommand
impl Sync for BridgeCommand
impl Unpin for BridgeCommand
impl UnsafeUnpin for BridgeCommand
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