pub struct UpdateTimeTrackRequestContent {
pub calendar_time_track: UpdateTimeTrackPayload,
}Expand description
Wire format: {calendar_time_track: {notes, category_title, starts_at, ends_at}}
Fields§
§calendar_time_track: UpdateTimeTrackPayloadTrait Implementations§
Source§impl Clone for UpdateTimeTrackRequestContent
impl Clone for UpdateTimeTrackRequestContent
Source§fn clone(&self) -> UpdateTimeTrackRequestContent
fn clone(&self) -> UpdateTimeTrackRequestContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UpdateTimeTrackRequestContent
impl Default for UpdateTimeTrackRequestContent
Source§fn default() -> UpdateTimeTrackRequestContent
fn default() -> UpdateTimeTrackRequestContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTimeTrackRequestContent
impl<'de> Deserialize<'de> for UpdateTimeTrackRequestContent
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
impl StructuralPartialEq for UpdateTimeTrackRequestContent
Auto Trait Implementations§
impl Freeze for UpdateTimeTrackRequestContent
impl RefUnwindSafe for UpdateTimeTrackRequestContent
impl Send for UpdateTimeTrackRequestContent
impl Sync for UpdateTimeTrackRequestContent
impl Unpin for UpdateTimeTrackRequestContent
impl UnsafeUnpin for UpdateTimeTrackRequestContent
impl UnwindSafe for UpdateTimeTrackRequestContent
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