pub struct PasteboardType { /* private fields */ }Expand description
A thin wrapper around NSPasteboardType, implementing TransferType.
Trait Implementations§
Source§impl Clone for PasteboardType
impl Clone for PasteboardType
Source§fn clone(&self) -> PasteboardType
fn clone(&self) -> PasteboardType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PasteboardType
impl Debug for PasteboardType
impl Eq for PasteboardType
Source§impl From<Retained<NSString>> for PasteboardType
impl From<Retained<NSString>> for PasteboardType
Source§fn from(value: Retained<NSPasteboardType>) -> Self
fn from(value: Retained<NSPasteboardType>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PasteboardType
impl PartialEq for PasteboardType
impl StructuralPartialEq for PasteboardType
Source§impl TransferType for PasteboardType
impl TransferType for PasteboardType
Auto Trait Implementations§
impl Freeze for PasteboardType
impl RefUnwindSafe for PasteboardType
impl Send for PasteboardType
impl Sync for PasteboardType
impl Unpin for PasteboardType
impl UnsafeUnpin for PasteboardType
impl UnwindSafe for PasteboardType
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