pub struct OverlayId(/* private fields */);Expand description
Unique identifier for an active overlay.
Trait Implementations§
impl Copy for OverlayId
impl Eq for OverlayId
impl StructuralPartialEq for OverlayId
Auto Trait Implementations§
impl Freeze for OverlayId
impl RefUnwindSafe for OverlayId
impl Send for OverlayId
impl Sync for OverlayId
impl Unpin for OverlayId
impl UnsafeUnpin for OverlayId
impl UnwindSafe for OverlayId
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