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