pub struct RtPodsConfig {
pub key: Option<String>,
pub https: Option<bool>,
pub https_allow_invalid: Option<bool>,
}Expand description
Additional client options
-
Key: A single authorization key defined for the deployment
-
HTTP/s: Request via HTTP/s
-
HTTP/s Allow Invalid: Allows invalid certifications for testing purposes
Fields§
§key: Option<String>§https: Option<bool>§https_allow_invalid: Option<bool>Trait Implementations§
Source§impl Clone for RtPodsConfig
impl Clone for RtPodsConfig
Source§fn clone(&self) -> RtPodsConfig
fn clone(&self) -> RtPodsConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RtPodsConfig
impl RefUnwindSafe for RtPodsConfig
impl Send for RtPodsConfig
impl Sync for RtPodsConfig
impl Unpin for RtPodsConfig
impl UnwindSafe for RtPodsConfig
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