pub struct WindowTextInputSnapshotService { /* private fields */ }Implementations§
Source§impl WindowTextInputSnapshotService
impl WindowTextInputSnapshotService
pub fn snapshot(&self, window: AppWindowId) -> Option<&WindowTextInputSnapshot>
pub fn set_snapshot( &mut self, window: AppWindowId, snapshot: WindowTextInputSnapshot, )
pub fn remove_window(&mut self, window: AppWindowId)
Trait Implementations§
Source§impl Default for WindowTextInputSnapshotService
impl Default for WindowTextInputSnapshotService
Source§fn default() -> WindowTextInputSnapshotService
fn default() -> WindowTextInputSnapshotService
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowTextInputSnapshotService
impl RefUnwindSafe for WindowTextInputSnapshotService
impl Send for WindowTextInputSnapshotService
impl Sync for WindowTextInputSnapshotService
impl Unpin for WindowTextInputSnapshotService
impl UnsafeUnpin for WindowTextInputSnapshotService
impl UnwindSafe for WindowTextInputSnapshotService
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