pub struct OverlayId(pub String);Expand description
Identifier for an active HTML overlay; pass to
Screencast::remove_overlay to dismiss the overlay before its
duration expires.
Tuple Fields§
§0: StringTrait Implementations§
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