Enum clipboard_rs::common::ContentFormat
source · pub enum ContentFormat<'a> {
Text,
Rtf,
Html,
Image,
Other(&'a str),
}Variants§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ContentFormat<'a>
impl<'a> Send for ContentFormat<'a>
impl<'a> Sync for ContentFormat<'a>
impl<'a> Unpin for ContentFormat<'a>
impl<'a> UnwindSafe for ContentFormat<'a>
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