pub struct LoadConfig {
pub headers: HashMap<String, String>,
pub scoped_headers: Option<ScopedHeaders>,
pub download_url: Url,
pub upload_url: Url,
}Fields§
§headers: HashMap<String, String>§scoped_headers: Option<ScopedHeaders>Headers attached only to requests whose host matches the scope’s allowlist.
download_url: Url§upload_url: UrlTrait Implementations§
Source§impl Debug for LoadConfig
impl Debug for LoadConfig
Source§impl<'de> Deserialize<'de> for LoadConfig
impl<'de> Deserialize<'de> for LoadConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LoadConfig
impl RefUnwindSafe for LoadConfig
impl Send for LoadConfig
impl Sync for LoadConfig
impl Unpin for LoadConfig
impl UnsafeUnpin for LoadConfig
impl UnwindSafe for LoadConfig
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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