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