pub struct BizDcpInfo {
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 Clone for BizDcpInfo
impl Clone for BizDcpInfo
Source§fn clone(&self) -> BizDcpInfo
fn clone(&self) -> BizDcpInfo
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 Debug for BizDcpInfo
impl Debug for BizDcpInfo
Source§impl<'de> Deserialize<'de> for BizDcpInfo
impl<'de> Deserialize<'de> for BizDcpInfo
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 BizDcpInfo
impl RefUnwindSafe for BizDcpInfo
impl Send for BizDcpInfo
impl Sync for BizDcpInfo
impl Unpin for BizDcpInfo
impl UnsafeUnpin for BizDcpInfo
impl UnwindSafe for BizDcpInfo
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