pub struct UpdateLineItem {
pub score_maximum: f32,
pub label: String,
pub resource_id: String,
pub tag: String,
pub resource_link_id: String,
pub end_date_time: String,
}Fields§
§score_maximum: f32§label: String§resource_id: String§tag: String§resource_link_id: String§end_date_time: StringImplementations§
Trait Implementations§
Source§impl Debug for UpdateLineItem
impl Debug for UpdateLineItem
Source§impl<'de> Deserialize<'de> for UpdateLineItem
impl<'de> Deserialize<'de> for UpdateLineItem
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 UpdateLineItem
impl RefUnwindSafe for UpdateLineItem
impl Send for UpdateLineItem
impl Sync for UpdateLineItem
impl Unpin for UpdateLineItem
impl UnwindSafe for UpdateLineItem
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