pub struct Swatch {
pub clipboard: Clipboard,
pub pinned: bool,
}Fields§
§clipboard: Clipboard§pinned: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Swatch
impl RefUnwindSafe for Swatch
impl Send for Swatch
impl Sync for Swatch
impl Unpin for Swatch
impl UnsafeUnpin for Swatch
impl UnwindSafe for Swatch
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