pub struct estimatedTimeToMerge;
Trait Implementations§
Source§impl Field for estimatedTimeToMerge
impl Field for estimatedTimeToMerge
Auto Trait Implementations§
impl Freeze for estimatedTimeToMerge
impl RefUnwindSafe for estimatedTimeToMerge
impl Send for estimatedTimeToMerge
impl Sync for estimatedTimeToMerge
impl Unpin for estimatedTimeToMerge
impl UnwindSafe for estimatedTimeToMerge
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