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