pub enum RetryConfigOffset {}Auto Trait Implementations§
impl Freeze for RetryConfigOffset
impl RefUnwindSafe for RetryConfigOffset
impl Send for RetryConfigOffset
impl Sync for RetryConfigOffset
impl Unpin for RetryConfigOffset
impl UnsafeUnpin for RetryConfigOffset
impl UnwindSafe for RetryConfigOffset
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