pub struct Mentions {
pub estimate_usd: f64,
}
Fields§
§estimate_usd: f64
Implementations§
Auto Trait Implementations§
impl Freeze for Mentions
impl RefUnwindSafe for Mentions
impl Send for Mentions
impl Sync for Mentions
impl Unpin for Mentions
impl UnwindSafe for Mentions
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