Struct cynic_parser::executable::storage::ArgumentRecord
source · pub struct ArgumentRecord {
pub name: StringId,
pub value: ValueId,
}Fields§
§name: StringId§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