pub struct PasteboardValue { /* private fields */ }Expand description
A thin wrapper around NSPasteboard, implementing TypedData.
Trait Implementations§
Source§impl Debug for PasteboardValue
impl Debug for PasteboardValue
Source§impl TypedData for PasteboardValue
impl TypedData for PasteboardValue
Source§fn type_(&self) -> &dyn TransferType
fn type_(&self) -> &dyn TransferType
The type of this
TypedData.Source§fn try_read(&self) -> Option<Box<dyn BufRead>>
fn try_read(&self) -> Option<Box<dyn BufRead>>
If this value is readable as bytes, return a reader than can be used to read those bytes. Read more
Auto Trait Implementations§
impl !Freeze for PasteboardValue
impl !RefUnwindSafe for PasteboardValue
impl !UnwindSafe for PasteboardValue
impl Send for PasteboardValue
impl Sync for PasteboardValue
impl Unpin for PasteboardValue
impl UnsafeUnpin for PasteboardValue
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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