pub struct OutboxPollBackoffMultiplier(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for OutboxPollBackoffMultiplier
impl Clone for OutboxPollBackoffMultiplier
Source§fn clone(&self) -> OutboxPollBackoffMultiplier
fn clone(&self) -> OutboxPollBackoffMultiplier
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OutboxPollBackoffMultiplier
impl Debug for OutboxPollBackoffMultiplier
Source§impl TryFrom<f64> for OutboxPollBackoffMultiplier
impl TryFrom<f64> for OutboxPollBackoffMultiplier
impl Copy for OutboxPollBackoffMultiplier
impl StructuralPartialEq for OutboxPollBackoffMultiplier
Auto Trait Implementations§
impl Freeze for OutboxPollBackoffMultiplier
impl RefUnwindSafe for OutboxPollBackoffMultiplier
impl Send for OutboxPollBackoffMultiplier
impl Sync for OutboxPollBackoffMultiplier
impl Unpin for OutboxPollBackoffMultiplier
impl UnwindSafe for OutboxPollBackoffMultiplier
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