pub struct WebviewPanelConfig {
pub delegate: Option<id>,
}
Fields§
§delegate: Option<id>
Trait Implementations§
Source§impl Default for WebviewPanelConfig
impl Default for WebviewPanelConfig
Source§fn default() -> WebviewPanelConfig
fn default() -> WebviewPanelConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebviewPanelConfig
impl RefUnwindSafe for WebviewPanelConfig
impl !Send for WebviewPanelConfig
impl !Sync for WebviewPanelConfig
impl Unpin for WebviewPanelConfig
impl UnwindSafe for WebviewPanelConfig
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