You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pubstructChassisSecurityStatusData{/// Raw value////// _raw_ is most useful when _value_ is None./// This is most likely to occur when the standard was updated but/// this library code has not been updated to match the current/// standard.raw:u8,/// The contained [ChassisSecurityStatus] valuevalue:ChassisSecurityStatus,}
The text was updated successfully, but these errors were encountered:
Add pub to
raw
andvalue
:The text was updated successfully, but these errors were encountered: