pub struct future_close_readable(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Clone for future_close_readable
impl Clone for future_close_readable
Source§fn clone(&self) -> future_close_readable
fn clone(&self) -> future_close_readable
Returns a copy 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 future_close_readable
impl Debug for future_close_readable
Source§impl<'a> Parse<'a> for future_close_readable
impl<'a> Parse<'a> for future_close_readable
Source§impl Peek for future_close_readable
impl Peek for future_close_readable
impl Copy for future_close_readable
Auto Trait Implementations§
impl Freeze for future_close_readable
impl RefUnwindSafe for future_close_readable
impl Send for future_close_readable
impl Sync for future_close_readable
impl Unpin for future_close_readable
impl UnwindSafe for future_close_readable
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