struct FundsRow {
name: &'static str,
value: String,
}Fields§
§name: &'static str§value: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FundsRow
impl RefUnwindSafe for FundsRow
impl Send for FundsRow
impl Sync for FundsRow
impl Unpin for FundsRow
impl UnsafeUnpin for FundsRow
impl UnwindSafe for FundsRow
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