pub struct PostDocumentsSimulationDetermsResponseBody {
pub app_cd: i32,
pub total_count: i32,
pub offset: i32,
pub limit: i32,
pub error: bool,
pub records: Vec<SimulationDetermRecord>,
}Fields§
§app_cd: i32§total_count: i32§offset: i32§limit: i32§error: bool§records: Vec<SimulationDetermRecord>Trait Implementations§
Source§impl Clone for PostDocumentsSimulationDetermsResponseBody
impl Clone for PostDocumentsSimulationDetermsResponseBody
Source§fn clone(&self) -> PostDocumentsSimulationDetermsResponseBody
fn clone(&self) -> PostDocumentsSimulationDetermsResponseBody
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<'de> Deserialize<'de> for PostDocumentsSimulationDetermsResponseBody
impl<'de> Deserialize<'de> for PostDocumentsSimulationDetermsResponseBody
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
Auto Trait Implementations§
impl Freeze for PostDocumentsSimulationDetermsResponseBody
impl RefUnwindSafe for PostDocumentsSimulationDetermsResponseBody
impl Send for PostDocumentsSimulationDetermsResponseBody
impl Sync for PostDocumentsSimulationDetermsResponseBody
impl Unpin for PostDocumentsSimulationDetermsResponseBody
impl UnwindSafe for PostDocumentsSimulationDetermsResponseBody
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