pub struct CreateWorkingHourRecord {
pub resource_type: String,
pub resource_id: String,
pub work_time: i64,
pub work_description: String,
}Fields§
§resource_type: String§resource_id: String§work_time: i64§work_description: StringTrait Implementations§
Source§impl Clone for CreateWorkingHourRecord
impl Clone for CreateWorkingHourRecord
Source§fn clone(&self) -> CreateWorkingHourRecord
fn clone(&self) -> CreateWorkingHourRecord
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 CreateWorkingHourRecord
impl Debug for CreateWorkingHourRecord
Source§impl Default for CreateWorkingHourRecord
impl Default for CreateWorkingHourRecord
Source§fn default() -> CreateWorkingHourRecord
fn default() -> CreateWorkingHourRecord
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateWorkingHourRecord
impl RefUnwindSafe for CreateWorkingHourRecord
impl Send for CreateWorkingHourRecord
impl Sync for CreateWorkingHourRecord
impl Unpin for CreateWorkingHourRecord
impl UnwindSafe for CreateWorkingHourRecord
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