Struct tauri_runtime_wry::WebviewIdStore
source · pub struct WebviewIdStore(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for WebviewIdStore
impl Clone for WebviewIdStore
source§fn clone(&self) -> WebviewIdStore
fn clone(&self) -> WebviewIdStore
Returns a copy 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 Debug for WebviewIdStore
impl Debug for WebviewIdStore
source§impl Default for WebviewIdStore
impl Default for WebviewIdStore
source§fn default() -> WebviewIdStore
fn default() -> WebviewIdStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebviewIdStore
impl RefUnwindSafe for WebviewIdStore
impl Send for WebviewIdStore
impl Sync for WebviewIdStore
impl Unpin for WebviewIdStore
impl UnwindSafe for WebviewIdStore
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)