pub struct LnmpField {
pub fid: FieldId,
pub value: LnmpValue,
}Expand description
A single field assignment (field ID + value pair)
Fields§
§fid: FieldIdField identifier
value: LnmpValueField value
Trait Implementations§
impl StructuralPartialEq for LnmpField
Auto Trait Implementations§
impl Freeze for LnmpField
impl RefUnwindSafe for LnmpField
impl Send for LnmpField
impl Sync for LnmpField
impl Unpin for LnmpField
impl UnwindSafe for LnmpField
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