pub struct LegacyModel {
pub harness: String,
pub model: String,
}Fields§
§harness: String§model: StringTrait Implementations§
Source§impl Clone for LegacyModel
impl Clone for LegacyModel
Source§fn clone(&self) -> LegacyModel
fn clone(&self) -> LegacyModel
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 LegacyModel
impl Debug for LegacyModel
Source§impl<'de> Deserialize<'de> for LegacyModel
impl<'de> Deserialize<'de> for LegacyModel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LegacyModel
Source§impl PartialEq for LegacyModel
impl PartialEq for LegacyModel
Source§fn eq(&self, other: &LegacyModel) -> bool
fn eq(&self, other: &LegacyModel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LegacyModel
impl Serialize for LegacyModel
impl StructuralPartialEq for LegacyModel
Auto Trait Implementations§
impl Freeze for LegacyModel
impl RefUnwindSafe for LegacyModel
impl Send for LegacyModel
impl Sync for LegacyModel
impl Unpin for LegacyModel
impl UnsafeUnpin for LegacyModel
impl UnwindSafe for LegacyModel
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