pub struct GetSelectedExtensionEventsCookieUnchecked { /* private fields */ }
Expand description
Unchecked cookie type for GetSelectedExtensionEvents.
This cookie can be used to get a GetSelectedExtensionEventsReply with Connection::wait_for_reply_unchecked
Trait Implementations§
source§impl CookieWithReplyUnchecked for GetSelectedExtensionEventsCookieUnchecked
impl CookieWithReplyUnchecked for GetSelectedExtensionEventsCookieUnchecked
source§type Reply = GetSelectedExtensionEventsReply
type Reply = GetSelectedExtensionEventsReply
The reply type associated with the cookie
Auto Trait Implementations§
impl Freeze for GetSelectedExtensionEventsCookieUnchecked
impl RefUnwindSafe for GetSelectedExtensionEventsCookieUnchecked
impl Send for GetSelectedExtensionEventsCookieUnchecked
impl Sync for GetSelectedExtensionEventsCookieUnchecked
impl Unpin for GetSelectedExtensionEventsCookieUnchecked
impl UnwindSafe for GetSelectedExtensionEventsCookieUnchecked
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