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