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