Enum google_transcoder1::client::Retry
source · [−]pub enum Retry {
Abort,
After(Duration),
}
Variants
Abort
Signal you don’t want to retry
After(Duration)
Signals you want to retry after the given duration
Auto Trait Implementations
impl RefUnwindSafe for Retry
impl Send for Retry
impl Sync for Retry
impl Unpin for Retry
impl UnwindSafe for Retry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more