pub struct GalleryModel {
pub id: String,
pub name: String,
}Expand description
A model that owns at least one artifact.
Fields§
§id: String§name: StringTrait Implementations§
Source§impl Clone for GalleryModel
impl Clone for GalleryModel
Source§fn clone(&self) -> GalleryModel
fn clone(&self) -> GalleryModel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GalleryModel
impl Debug for GalleryModel
impl Eq for GalleryModel
Source§impl Hash for GalleryModel
impl Hash for GalleryModel
Source§impl PartialEq for GalleryModel
impl PartialEq for GalleryModel
impl StructuralPartialEq for GalleryModel
Auto Trait Implementations§
impl Freeze for GalleryModel
impl RefUnwindSafe for GalleryModel
impl Send for GalleryModel
impl Sync for GalleryModel
impl Unpin for GalleryModel
impl UnsafeUnpin for GalleryModel
impl UnwindSafe for GalleryModel
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