pub struct ReplyTicket { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for ReplyTicket
impl Debug for ReplyTicket
Auto Trait Implementations§
impl !Freeze for ReplyTicket
impl !RefUnwindSafe for ReplyTicket
impl Send for ReplyTicket
impl Sync for ReplyTicket
impl Unpin for ReplyTicket
impl !UnwindSafe for ReplyTicket
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