pub struct Seconds(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl From<Seconds> for CheckoutMode
impl From<Seconds> for CheckoutMode
Source§impl From<Seconds> for DefaultCommandTimeout
impl From<Seconds> for DefaultCommandTimeout
Source§impl From<Seconds> for DefaultPoolCheckoutMode
impl From<Seconds> for DefaultPoolCheckoutMode
impl Copy for Seconds
Auto Trait Implementations§
impl Freeze for Seconds
impl RefUnwindSafe for Seconds
impl Send for Seconds
impl Sync for Seconds
impl Unpin for Seconds
impl UnwindSafe for Seconds
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