pub struct ImageViewItem {
pub id: String,
pub path: String,
}Fields§
§id: String§path: StringTrait Implementations§
Source§impl Clone for ImageViewItem
impl Clone for ImageViewItem
Source§fn clone(&self) -> ImageViewItem
fn clone(&self) -> ImageViewItem
Returns a duplicate 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 ImageViewItem
impl Debug for ImageViewItem
Source§impl PartialEq for ImageViewItem
impl PartialEq for ImageViewItem
impl Eq for ImageViewItem
impl StructuralPartialEq for ImageViewItem
Auto Trait Implementations§
impl Freeze for ImageViewItem
impl RefUnwindSafe for ImageViewItem
impl Send for ImageViewItem
impl Sync for ImageViewItem
impl Unpin for ImageViewItem
impl UnsafeUnpin for ImageViewItem
impl UnwindSafe for ImageViewItem
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