pub struct ForceShowPopover { /* private fields */ }Expand description
When enabling, this API force-opens the popover identified by nodeId and keeps it open until disabled. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for ForceShowPopover
impl Clone for ForceShowPopover
Source§fn clone(&self) -> ForceShowPopover
fn clone(&self) -> ForceShowPopover
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Command for ForceShowPopover
impl Command for ForceShowPopover
Source§type Response = ForceShowPopoverResult
type Response = ForceShowPopoverResult
Response type for this command
Source§impl Debug for ForceShowPopover
impl Debug for ForceShowPopover
Auto Trait Implementations§
impl Freeze for ForceShowPopover
impl RefUnwindSafe for ForceShowPopover
impl Send for ForceShowPopover
impl Sync for ForceShowPopover
impl Unpin for ForceShowPopover
impl UnwindSafe for ForceShowPopover
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