pub struct GetWbethWrapHistoryResponse {
pub rows: Option<Vec<GetWbethWrapHistoryResponseRowsInner>>,
pub total: Option<i64>,
}Fields§
§rows: Option<Vec<GetWbethWrapHistoryResponseRowsInner>>§total: Option<i64>Implementations§
Source§impl GetWbethWrapHistoryResponse
impl GetWbethWrapHistoryResponse
pub fn new() -> GetWbethWrapHistoryResponse
Trait Implementations§
Source§impl Clone for GetWbethWrapHistoryResponse
impl Clone for GetWbethWrapHistoryResponse
Source§fn clone(&self) -> GetWbethWrapHistoryResponse
fn clone(&self) -> GetWbethWrapHistoryResponse
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 GetWbethWrapHistoryResponse
impl Debug for GetWbethWrapHistoryResponse
Source§impl Default for GetWbethWrapHistoryResponse
impl Default for GetWbethWrapHistoryResponse
Source§fn default() -> GetWbethWrapHistoryResponse
fn default() -> GetWbethWrapHistoryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetWbethWrapHistoryResponse
impl<'de> Deserialize<'de> for GetWbethWrapHistoryResponse
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 GetWbethWrapHistoryResponse
impl PartialEq for GetWbethWrapHistoryResponse
Source§fn eq(&self, other: &GetWbethWrapHistoryResponse) -> bool
fn eq(&self, other: &GetWbethWrapHistoryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetWbethWrapHistoryResponse
Auto Trait Implementations§
impl Freeze for GetWbethWrapHistoryResponse
impl RefUnwindSafe for GetWbethWrapHistoryResponse
impl Send for GetWbethWrapHistoryResponse
impl Sync for GetWbethWrapHistoryResponse
impl Unpin for GetWbethWrapHistoryResponse
impl UnsafeUnpin for GetWbethWrapHistoryResponse
impl UnwindSafe for GetWbethWrapHistoryResponse
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