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