pub struct DescriptionRecord {
pub literal: StringLiteralId,
pub span: Span,
}Fields§
§literal: StringLiteralId§span: SpanAuto Trait Implementations§
impl Freeze for DescriptionRecord
impl RefUnwindSafe for DescriptionRecord
impl Send for DescriptionRecord
impl Sync for DescriptionRecord
impl Unpin for DescriptionRecord
impl UnsafeUnpin for DescriptionRecord
impl UnwindSafe for DescriptionRecord
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