pub struct PanelKind(pub String);Expand description
Stable panel identity used for docking persistence and plugin registration.
This must remain stable across runs and should be namespaced (e.g. core.scene, plugin.foo.panel).
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PanelKind
impl<'de> Deserialize<'de> for PanelKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PanelKind
impl StructuralPartialEq for PanelKind
Auto Trait Implementations§
impl Freeze for PanelKind
impl RefUnwindSafe for PanelKind
impl Send for PanelKind
impl Sync for PanelKind
impl Unpin for PanelKind
impl UnsafeUnpin for PanelKind
impl UnwindSafe for PanelKind
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