pub struct ClipboardFormat { /* private fields */ }
Expand description
Data coupled with a type identifier.
Implementations§
Trait Implementations§
Source§impl Clone for ClipboardFormat
impl Clone for ClipboardFormat
Source§fn clone(&self) -> ClipboardFormat
fn clone(&self) -> ClipboardFormat
Returns a copy of the value. Read more
1.0.0 · 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 ClipboardFormat
impl Debug for ClipboardFormat
Source§impl From<&str> for ClipboardFormat
impl From<&str> for ClipboardFormat
Source§fn from(src: &str) -> ClipboardFormat
fn from(src: &str) -> ClipboardFormat
Converts to this type from the input type.
Source§impl From<String> for ClipboardFormat
impl From<String> for ClipboardFormat
Source§fn from(src: String) -> ClipboardFormat
fn from(src: String) -> ClipboardFormat
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ClipboardFormat
impl RefUnwindSafe for ClipboardFormat
impl Send for ClipboardFormat
impl Sync for ClipboardFormat
impl Unpin for ClipboardFormat
impl UnwindSafe for ClipboardFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.