pub struct PveClientConfig {
pub base_url: String,
pub token_id: String,
pub token_secret: Secret,
pub tls_insecure: bool,
}Fields§
§base_url: String§token_id: String§token_secret: Secret§tls_insecure: boolImplementations§
Trait Implementations§
Source§impl Clone for PveClientConfig
impl Clone for PveClientConfig
Source§fn clone(&self) -> PveClientConfig
fn clone(&self) -> PveClientConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PveClientConfig
impl RefUnwindSafe for PveClientConfig
impl Send for PveClientConfig
impl Sync for PveClientConfig
impl Unpin for PveClientConfig
impl UnsafeUnpin for PveClientConfig
impl UnwindSafe for PveClientConfig
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