pub struct PanelId(/* private fields */);Expand description
Opaque unique identifier for a panel.
Implementations§
Trait Implementations§
impl Copy for PanelId
impl Eq for PanelId
impl StructuralPartialEq for PanelId
Auto Trait Implementations§
impl Freeze for PanelId
impl RefUnwindSafe for PanelId
impl Send for PanelId
impl Sync for PanelId
impl Unpin for PanelId
impl UnsafeUnpin for PanelId
impl UnwindSafe for PanelId
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