pub struct ModifierTypeInfo {
pub type_id: &'static str,
pub display_name: &'static str,
}Expand description
Registry view of a modifier kind — the UI uses this to render the
“Add modifier” menu and to look up display labels for ModifierInfo.kind.
Fields§
§type_id: &'static str§display_name: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for ModifierTypeInfo
impl RefUnwindSafe for ModifierTypeInfo
impl Send for ModifierTypeInfo
impl Sync for ModifierTypeInfo
impl Unpin for ModifierTypeInfo
impl UnsafeUnpin for ModifierTypeInfo
impl UnwindSafe for ModifierTypeInfo
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