pub struct HopSendingTime;Expand description
HopSendingTime (629).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HopSendingTime
impl RefUnwindSafe for HopSendingTime
impl Send for HopSendingTime
impl Sync for HopSendingTime
impl Unpin for HopSendingTime
impl UnsafeUnpin for HopSendingTime
impl UnwindSafe for HopSendingTime
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