struct StockFilterJson {
code: String,
name: String,
}Fields§
§code: String§name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StockFilterJson
impl RefUnwindSafe for StockFilterJson
impl Send for StockFilterJson
impl Sync for StockFilterJson
impl Unpin for StockFilterJson
impl UnsafeUnpin for StockFilterJson
impl UnwindSafe for StockFilterJson
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