pub struct PasteStore { /* private fields */ }Expand description
Store for pasted content
Implementations§
Auto Trait Implementations§
impl Freeze for PasteStore
impl RefUnwindSafe for PasteStore
impl Send for PasteStore
impl Sync for PasteStore
impl Unpin for PasteStore
impl UnsafeUnpin for PasteStore
impl UnwindSafe for PasteStore
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