pub struct KeyDefItem {
pub field_id: u32,
pub field_type: FieldType,
}Fields§
§field_id: u32§field_type: FieldTypeAuto Trait Implementations§
impl Freeze for KeyDefItem
impl RefUnwindSafe for KeyDefItem
impl Send for KeyDefItem
impl Sync for KeyDefItem
impl Unpin for KeyDefItem
impl UnwindSafe for KeyDefItem
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