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