pub struct ModelFileDetails {
pub case_id: String,
pub cid: String,
pub description: String,
pub file_size: String,
pub file_type: String,
pub hash_value: String,
pub id: String,
pub name: String,
pub uploaded_by: String,
pub uploaded_on: String,
}Fields§
§case_id: String§cid: String§description: String§file_size: String§file_type: String§hash_value: String§id: String§name: String§uploaded_by: String§uploaded_on: StringImplementations§
Trait Implementations§
Source§impl Clone for ModelFileDetails
impl Clone for ModelFileDetails
Source§fn clone(&self) -> ModelFileDetails
fn clone(&self) -> ModelFileDetails
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 ModelFileDetails
impl Debug for ModelFileDetails
Source§impl Default for ModelFileDetails
impl Default for ModelFileDetails
Source§fn default() -> ModelFileDetails
fn default() -> ModelFileDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModelFileDetails
impl<'de> Deserialize<'de> for ModelFileDetails
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 ModelFileDetails
impl PartialEq for ModelFileDetails
Source§impl Serialize for ModelFileDetails
impl Serialize for ModelFileDetails
impl StructuralPartialEq for ModelFileDetails
Auto Trait Implementations§
impl Freeze for ModelFileDetails
impl RefUnwindSafe for ModelFileDetails
impl Send for ModelFileDetails
impl Sync for ModelFileDetails
impl Unpin for ModelFileDetails
impl UnwindSafe for ModelFileDetails
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