pub struct PrimarySelectionOffer { /* private fields */ }
Expand description
A primary selection offer for receiving data through copy/paste.
Implementations§
source§impl PrimarySelectionOffer
impl PrimarySelectionOffer
sourcepub fn with_mime_types<F, T>(&self, f: F) -> T
pub fn with_mime_types<F, T>(&self, f: F) -> T
Access the list of mime types proposed by this offer.
Trait Implementations§
source§impl Debug for PrimarySelectionOffer
impl Debug for PrimarySelectionOffer
Auto Trait Implementations§
impl !RefUnwindSafe for PrimarySelectionOffer
impl Send for PrimarySelectionOffer
impl Sync for PrimarySelectionOffer
impl Unpin for PrimarySelectionOffer
impl !UnwindSafe for PrimarySelectionOffer
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