pub struct SolidModel {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for SolidModel
impl Clone for SolidModel
Source§fn clone(&self) -> SolidModel
fn clone(&self) -> SolidModel
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 SolidModel
impl Debug for SolidModel
Source§impl PartialEq for SolidModel
impl PartialEq for SolidModel
Source§fn eq(&self, other: &SolidModel) -> bool
fn eq(&self, other: &SolidModel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SolidModel
Auto Trait Implementations§
impl Freeze for SolidModel
impl RefUnwindSafe for SolidModel
impl Send for SolidModel
impl Sync for SolidModel
impl Unpin for SolidModel
impl UnsafeUnpin for SolidModel
impl UnwindSafe for SolidModel
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