pub struct GetAvailableStmtDatesResponse {
pub data: Option<AvailableStatementDatesData>,
}Fields§
§data: Option<AvailableStatementDatesData>Trait Implementations§
Source§impl Clone for GetAvailableStmtDatesResponse
impl Clone for GetAvailableStmtDatesResponse
Source§fn clone(&self) -> GetAvailableStmtDatesResponse
fn clone(&self) -> GetAvailableStmtDatesResponse
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<'de> Deserialize<'de> for GetAvailableStmtDatesResponse
impl<'de> Deserialize<'de> for GetAvailableStmtDatesResponse
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
Source§impl PartialEq for GetAvailableStmtDatesResponse
impl PartialEq for GetAvailableStmtDatesResponse
Source§fn eq(&self, other: &GetAvailableStmtDatesResponse) -> bool
fn eq(&self, other: &GetAvailableStmtDatesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAvailableStmtDatesResponse
Auto Trait Implementations§
impl Freeze for GetAvailableStmtDatesResponse
impl RefUnwindSafe for GetAvailableStmtDatesResponse
impl Send for GetAvailableStmtDatesResponse
impl Sync for GetAvailableStmtDatesResponse
impl Unpin for GetAvailableStmtDatesResponse
impl UnsafeUnpin for GetAvailableStmtDatesResponse
impl UnwindSafe for GetAvailableStmtDatesResponse
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