pub struct SimulationDetermRecord {
pub current: bool,
pub comment: String,
pub determ_date: String,
pub determ_titlename: String,
pub determ_usercd: String,
pub determ_username: String,
pub determ_status: String,
pub phase_number: i32,
pub phase_title: String,
pub represent_username: String,
pub represent_usercd: String,
}Fields§
§current: bool§comment: String§determ_date: String§determ_titlename: String§determ_usercd: String§determ_username: String§determ_status: String§phase_number: i32§phase_title: String§represent_username: String§represent_usercd: StringTrait Implementations§
Source§impl Clone for SimulationDetermRecord
impl Clone for SimulationDetermRecord
Source§fn clone(&self) -> SimulationDetermRecord
fn clone(&self) -> SimulationDetermRecord
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 SimulationDetermRecord
impl Debug for SimulationDetermRecord
Source§impl<'de> Deserialize<'de> for SimulationDetermRecord
impl<'de> Deserialize<'de> for SimulationDetermRecord
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 SimulationDetermRecord
impl RefUnwindSafe for SimulationDetermRecord
impl Send for SimulationDetermRecord
impl Sync for SimulationDetermRecord
impl Unpin for SimulationDetermRecord
impl UnwindSafe for SimulationDetermRecord
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