pub struct WindowMethodCallReply { /* private fields */ }Implementations§
Source§impl WindowMethodCallReply
impl WindowMethodCallReply
pub fn send(self, result: WindowMethodCallResult)
Auto Trait Implementations§
impl Freeze for WindowMethodCallReply
impl !RefUnwindSafe for WindowMethodCallReply
impl !Send for WindowMethodCallReply
impl !Sync for WindowMethodCallReply
impl Unpin for WindowMethodCallReply
impl UnsafeUnpin for WindowMethodCallReply
impl !UnwindSafe for WindowMethodCallReply
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