pub struct AvailableStatementDatesData {
pub data_type: Option<String>,
pub value: Option<AvailableStatementDatesDataValue>,
}Fields§
§data_type: Option<String>- Example:
Some("String".to_string())
value: Option<AvailableStatementDatesDataValue>Trait Implementations§
Source§impl Clone for AvailableStatementDatesData
impl Clone for AvailableStatementDatesData
Source§fn clone(&self) -> AvailableStatementDatesData
fn clone(&self) -> AvailableStatementDatesData
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 AvailableStatementDatesData
impl Debug for AvailableStatementDatesData
Source§impl<'de> Deserialize<'de> for AvailableStatementDatesData
impl<'de> Deserialize<'de> for AvailableStatementDatesData
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 AvailableStatementDatesData
Auto Trait Implementations§
impl Freeze for AvailableStatementDatesData
impl RefUnwindSafe for AvailableStatementDatesData
impl Send for AvailableStatementDatesData
impl Sync for AvailableStatementDatesData
impl Unpin for AvailableStatementDatesData
impl UnsafeUnpin for AvailableStatementDatesData
impl UnwindSafe for AvailableStatementDatesData
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