pub struct Unicode;
Expand description
Format to read/write unicode string.
Refer to Getter
and Setter
Trait Implementations§
Source§impl Format for Unicode
impl Format for Unicode
Source§fn is_format_avail(&self) -> bool
fn is_format_avail(&self) -> bool
Returns whether format is present on clipboard
impl Copy for Unicode
Auto Trait Implementations§
impl Freeze for Unicode
impl RefUnwindSafe for Unicode
impl Send for Unicode
impl Sync for Unicode
impl Unpin for Unicode
impl UnwindSafe for Unicode
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