pub struct PollStream;Trait Implementations§
Source§impl Clone for PollStream
impl Clone for PollStream
Source§fn clone(&self) -> PollStream
fn clone(&self) -> PollStream
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 PollStream
Source§impl Debug for PollStream
impl Debug for PollStream
Source§impl Default for PollStream
impl Default for PollStream
Source§fn default() -> PollStream
fn default() -> PollStream
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PollStream
impl RefUnwindSafe for PollStream
impl Send for PollStream
impl Sync for PollStream
impl Unpin for PollStream
impl UnsafeUnpin for PollStream
impl UnwindSafe for PollStream
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