pub struct BeanRef {
pub id: String,
pub title: String,
pub value: u64,
}Expand description
Lightweight bean reference for reporting.
Fields§
§id: String§title: String§value: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeanRef
impl RefUnwindSafe for BeanRef
impl Send for BeanRef
impl Sync for BeanRef
impl Unpin for BeanRef
impl UnsafeUnpin for BeanRef
impl UnwindSafe for BeanRef
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