pub struct BaselineEntity {
pub class_id: i32,
pub class_name: String,
}Expand description
A baseline entity entry keyed by class id.
Fields§
§class_id: i32Entity class id used to look up the baseline.
class_name: StringHuman-readable entity class name.
Auto Trait Implementations§
impl Freeze for BaselineEntity
impl RefUnwindSafe for BaselineEntity
impl Send for BaselineEntity
impl Sync for BaselineEntity
impl Unpin for BaselineEntity
impl UnsafeUnpin for BaselineEntity
impl UnwindSafe for BaselineEntity
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