pub struct WriteTicket { /* private fields */ }Implementations§
Source§impl WriteTicket
impl WriteTicket
pub async fn wait(self) -> Result<(), WriteError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriteTicket
impl !RefUnwindSafe for WriteTicket
impl Send for WriteTicket
impl Sync for WriteTicket
impl Unpin for WriteTicket
impl UnsafeUnpin for WriteTicket
impl !UnwindSafe for WriteTicket
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