pub struct CookieValues {
pub user: String,
pub password: String,
}Fields§
§user: String§password: StringAuto Trait Implementations§
impl Freeze for CookieValues
impl RefUnwindSafe for CookieValues
impl Send for CookieValues
impl Sync for CookieValues
impl Unpin for CookieValues
impl UnwindSafe for CookieValues
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