pub struct UserAuth {
pub user_id: String,
pub api_key: String,
}Fields§
§user_id: String§api_key: StringTrait Implementations§
impl StructuralPartialEq for UserAuth
Auto Trait Implementations§
impl Freeze for UserAuth
impl RefUnwindSafe for UserAuth
impl Send for UserAuth
impl Sync for UserAuth
impl Unpin for UserAuth
impl UnwindSafe for UserAuth
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