pub struct WindowIdStore(/* private fields */);Implementations§
Source§impl WindowIdStore
impl WindowIdStore
pub fn insert(&self, w: TaoWindowId, id: WindowId)
pub fn get(&self, w: &TaoWindowId) -> Option<WindowId>
Trait Implementations§
Source§impl Clone for WindowIdStore
impl Clone for WindowIdStore
Source§impl Debug for WindowIdStore
impl Debug for WindowIdStore
Auto Trait Implementations§
impl Freeze for WindowIdStore
impl RefUnwindSafe for WindowIdStore
impl Send for WindowIdStore
impl Sync for WindowIdStore
impl Unpin for WindowIdStore
impl UnsafeUnpin for WindowIdStore
impl UnwindSafe for WindowIdStore
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