pub struct DcpInfo {
pub product: Option<String>,
pub dcp_status: Option<String>,
pub time_window: Option<String>,
}Fields§
§product: Option<String>§dcp_status: Option<String>§time_window: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DcpInfo
impl<'de> Deserialize<'de> for DcpInfo
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 DcpInfo
impl RefUnwindSafe for DcpInfo
impl Send for DcpInfo
impl Sync for DcpInfo
impl Unpin for DcpInfo
impl UnsafeUnpin for DcpInfo
impl UnwindSafe for DcpInfo
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