pub struct ArgumentRecord {
pub name: StringId,
pub name_span: Span,
pub value: ValueId,
}Fields§
§name: StringId§name_span: Span§value: ValueIdAuto Trait Implementations§
impl Freeze for ArgumentRecord
impl RefUnwindSafe for ArgumentRecord
impl Send for ArgumentRecord
impl Sync for ArgumentRecord
impl Unpin for ArgumentRecord
impl UnwindSafe for ArgumentRecord
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