pub struct ModelFeature {
pub name: String255,
pub key: String255,
pub value: Value,
}
Fields§
§name: String255
§key: String255
§value: Value
Trait Implementations§
Source§impl Clone for ModelFeature
impl Clone for ModelFeature
Source§fn clone(&self) -> ModelFeature
fn clone(&self) -> ModelFeature
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 ModelFeature
impl Debug for ModelFeature
Source§impl Default for ModelFeature
impl Default for ModelFeature
Source§fn default() -> ModelFeature
fn default() -> ModelFeature
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModelFeature
impl<'de> Deserialize<'de> for ModelFeature
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
Source§impl PartialEq for ModelFeature
impl PartialEq for ModelFeature
Source§impl Serialize for ModelFeature
impl Serialize for ModelFeature
impl StructuralPartialEq for ModelFeature
Auto Trait Implementations§
impl Freeze for ModelFeature
impl RefUnwindSafe for ModelFeature
impl Send for ModelFeature
impl Sync for ModelFeature
impl Unpin for ModelFeature
impl UnwindSafe for ModelFeature
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