pub struct RenewalHandle { /* private fields */ }Expand description
Handle to the background renewal task.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RenewalHandle
impl RefUnwindSafe for RenewalHandle
impl Send for RenewalHandle
impl Sync for RenewalHandle
impl Unpin for RenewalHandle
impl UnwindSafe for RenewalHandle
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