pub struct ClientFeesDetailWrapper {
pub items: Vec<ClientFeesDetail>,
}Expand description
Wrapper for client fees detail section
Fields§
§items: Vec<ClientFeesDetail>List of client fee details
Trait Implementations§
Source§impl Clone for ClientFeesDetailWrapper
impl Clone for ClientFeesDetailWrapper
Source§fn clone(&self) -> ClientFeesDetailWrapper
fn clone(&self) -> ClientFeesDetailWrapper
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 ClientFeesDetailWrapper
impl Debug for ClientFeesDetailWrapper
Source§impl Default for ClientFeesDetailWrapper
impl Default for ClientFeesDetailWrapper
Source§fn default() -> ClientFeesDetailWrapper
fn default() -> ClientFeesDetailWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientFeesDetailWrapper
impl<'de> Deserialize<'de> for ClientFeesDetailWrapper
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 ClientFeesDetailWrapper
impl PartialEq for ClientFeesDetailWrapper
Source§impl Serialize for ClientFeesDetailWrapper
impl Serialize for ClientFeesDetailWrapper
impl StructuralPartialEq for ClientFeesDetailWrapper
Auto Trait Implementations§
impl Freeze for ClientFeesDetailWrapper
impl RefUnwindSafe for ClientFeesDetailWrapper
impl Send for ClientFeesDetailWrapper
impl Sync for ClientFeesDetailWrapper
impl Unpin for ClientFeesDetailWrapper
impl UnwindSafe for ClientFeesDetailWrapper
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