pub struct ChannelSentEvent {
pub wait_ns: Option<u64>,
pub closed: bool,
}Fields§
§wait_ns: Option<u64>Observed wait duration in nanoseconds, if this operation suspended.
closed: boolTrue if the send failed because the other side was gone.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChannelSentEvent
impl RefUnwindSafe for ChannelSentEvent
impl Send for ChannelSentEvent
impl Sync for ChannelSentEvent
impl Unpin for ChannelSentEvent
impl UnsafeUnpin for ChannelSentEvent
impl UnwindSafe for ChannelSentEvent
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