pub struct Failover { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Failover
impl !RefUnwindSafe for Failover
impl Send for Failover
impl Sync for Failover
impl Unpin for Failover
impl UnsafeUnpin for Failover
impl !UnwindSafe for Failover
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