pub struct CexFeesOptions {
pub exchange: Option<String>,
pub symbol: Option<String>,
}Fields§
§exchange: Option<String>§symbol: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for CexFeesOptions
impl RefUnwindSafe for CexFeesOptions
impl Send for CexFeesOptions
impl Sync for CexFeesOptions
impl Unpin for CexFeesOptions
impl UnsafeUnpin for CexFeesOptions
impl UnwindSafe for CexFeesOptions
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