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