pub struct waitable_set_poll(pub Span);Tuple Fields§
§0: SpanTrait Implementations§
Source§impl Clone for waitable_set_poll
impl Clone for waitable_set_poll
Source§fn clone(&self) -> waitable_set_poll
fn clone(&self) -> waitable_set_poll
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for waitable_set_poll
impl Debug for waitable_set_poll
Source§impl<'a> Parse<'a> for waitable_set_poll
impl<'a> Parse<'a> for waitable_set_poll
Source§impl Peek for waitable_set_poll
impl Peek for waitable_set_poll
impl Copy for waitable_set_poll
Auto Trait Implementations§
impl Freeze for waitable_set_poll
impl RefUnwindSafe for waitable_set_poll
impl Send for waitable_set_poll
impl Sync for waitable_set_poll
impl Unpin for waitable_set_poll
impl UnsafeUnpin for waitable_set_poll
impl UnwindSafe for waitable_set_poll
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