pub struct UiFees {
pub fee_calculator: UiFeeCalculator,
}Fields§
§fee_calculator: UiFeeCalculatorTrait Implementations§
Source§impl<'de> Deserialize<'de> for UiFees
impl<'de> Deserialize<'de> for UiFees
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 Eq for UiFees
impl StructuralPartialEq for UiFees
Auto Trait Implementations§
impl Freeze for UiFees
impl RefUnwindSafe for UiFees
impl Send for UiFees
impl Sync for UiFees
impl Unpin for UiFees
impl UnsafeUnpin for UiFees
impl UnwindSafe for UiFees
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