pub struct ThrowTag {
pub span: Span,
pub text: Text,
}
Fields§
§span: Span
§text: Text
Trait Implementations§
source§impl PartialEq<ThrowTag> for ThrowTag
impl PartialEq<ThrowTag> for ThrowTag
impl StructuralPartialEq for ThrowTag
Auto Trait Implementations§
impl RefUnwindSafe for ThrowTag
impl Send for ThrowTag
impl Sync for ThrowTag
impl Unpin for ThrowTag
impl UnwindSafe for ThrowTag
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