Enum miHoYo_API::client::CookieType
source · pub enum CookieType {
Str(&'static str),
Dict(HashMap<String, String>),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for CookieType
impl Send for CookieType
impl Sync for CookieType
impl Unpin for CookieType
impl UnwindSafe for CookieType
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