pub struct NewWindowResponse {
    pub handle: String,
    pub typ: String,
}Fields§
§handle: String§typ: StringTrait Implementations§
Source§impl Debug for NewWindowResponse
 
impl Debug for NewWindowResponse
Source§impl PartialEq for NewWindowResponse
 
impl PartialEq for NewWindowResponse
Source§impl Serialize for NewWindowResponse
 
impl Serialize for NewWindowResponse
impl StructuralPartialEq for NewWindowResponse
Auto Trait Implementations§
impl Freeze for NewWindowResponse
impl RefUnwindSafe for NewWindowResponse
impl Send for NewWindowResponse
impl Sync for NewWindowResponse
impl Unpin for NewWindowResponse
impl UnwindSafe for NewWindowResponse
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