pub struct VkApiConfig {
pub version: String,
pub timeout: u64,
pub max_retries: u32,
pub retry_delay: u64,
pub enable_logging: bool,
pub endpoint: String,
}Fields§
§version: String§timeout: u64§max_retries: u32§retry_delay: u64§enable_logging: bool§endpoint: StringTrait Implementations§
Source§impl Clone for VkApiConfig
impl Clone for VkApiConfig
Source§fn clone(&self) -> VkApiConfig
fn clone(&self) -> VkApiConfig
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 moreSource§impl Debug for VkApiConfig
impl Debug for VkApiConfig
Auto Trait Implementations§
impl Freeze for VkApiConfig
impl RefUnwindSafe for VkApiConfig
impl Send for VkApiConfig
impl Sync for VkApiConfig
impl Unpin for VkApiConfig
impl UnwindSafe for VkApiConfig
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