rbx_asset: context fields should be private
This commit is contained in:
parent
e17db96e86
commit
5509fd2166
@ -328,8 +328,8 @@ impl ApiKey{
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct CloudContext{
|
||||
pub api_key:String,
|
||||
pub client:reqwest::Client,
|
||||
api_key:String,
|
||||
client:reqwest::Client,
|
||||
}
|
||||
|
||||
impl CloudContext{
|
||||
|
@ -338,8 +338,8 @@ impl Cookie{
|
||||
}
|
||||
#[derive(Clone)]
|
||||
pub struct CookieContext{
|
||||
pub cookie:String,
|
||||
pub client:reqwest::Client,
|
||||
cookie:String,
|
||||
client:reqwest::Client,
|
||||
}
|
||||
|
||||
impl CookieContext{
|
||||
|
Loading…
x
Reference in New Issue
Block a user