pub struct AppCookie(pub usize);
Expand description
An opaque identifier that applications can use to associate responses.
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Ord for AppCookie
impl Ord for AppCookie
Source§impl PartialOrd for AppCookie
impl PartialOrd for AppCookie
impl Copy for AppCookie
impl Eq for AppCookie
impl StructuralPartialEq for AppCookie
Auto Trait Implementations§
impl Freeze for AppCookie
impl RefUnwindSafe for AppCookie
impl Send for AppCookie
impl Sync for AppCookie
impl Unpin for AppCookie
impl UnwindSafe for AppCookie
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