pub struct ForceShowPopoverParamsBuilder { /* private fields */ }Implementations§
Source§impl ForceShowPopoverParamsBuilder
impl ForceShowPopoverParamsBuilder
pub fn node_id( self, node_id: impl Into<NodeId>, ) -> ForceShowPopoverParamsBuilder
pub fn enable(self, enable: impl Into<bool>) -> ForceShowPopoverParamsBuilder
pub fn build(self) -> Result<ForceShowPopoverParams, String>
Trait Implementations§
Source§impl Clone for ForceShowPopoverParamsBuilder
impl Clone for ForceShowPopoverParamsBuilder
Source§fn clone(&self) -> ForceShowPopoverParamsBuilder
fn clone(&self) -> ForceShowPopoverParamsBuilder
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 Default for ForceShowPopoverParamsBuilder
impl Default for ForceShowPopoverParamsBuilder
Source§fn default() -> ForceShowPopoverParamsBuilder
fn default() -> ForceShowPopoverParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ForceShowPopoverParamsBuilder
impl RefUnwindSafe for ForceShowPopoverParamsBuilder
impl Send for ForceShowPopoverParamsBuilder
impl Sync for ForceShowPopoverParamsBuilder
impl Unpin for ForceShowPopoverParamsBuilder
impl UnwindSafe for ForceShowPopoverParamsBuilder
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