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