pub struct SignHigh<'ast> {
pub span: Span<'ast>,
}Fields§
§span: Span<'ast>Trait Implementations§
impl<'ast> Eq for SignHigh<'ast>
impl<'ast> StructuralPartialEq for SignHigh<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for SignHigh<'ast>
impl<'ast> RefUnwindSafe for SignHigh<'ast>
impl<'ast> Send for SignHigh<'ast>
impl<'ast> Sync for SignHigh<'ast>
impl<'ast> Unpin for SignHigh<'ast>
impl<'ast> UnwindSafe for SignHigh<'ast>
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