pub struct NakoRuntimeClientConfig {
pub base_url: String,
pub addon_token: String,
pub timeout_ms: u64,
}Fields§
§base_url: String§addon_token: String§timeout_ms: u64Trait Implementations§
Source§impl Clone for NakoRuntimeClientConfig
impl Clone for NakoRuntimeClientConfig
Source§fn clone(&self) -> NakoRuntimeClientConfig
fn clone(&self) -> NakoRuntimeClientConfig
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 moreSource§impl Debug for NakoRuntimeClientConfig
impl Debug for NakoRuntimeClientConfig
Source§impl PartialEq for NakoRuntimeClientConfig
impl PartialEq for NakoRuntimeClientConfig
Source§fn eq(&self, other: &NakoRuntimeClientConfig) -> bool
fn eq(&self, other: &NakoRuntimeClientConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for NakoRuntimeClientConfig
impl StructuralPartialEq for NakoRuntimeClientConfig
Auto Trait Implementations§
impl Freeze for NakoRuntimeClientConfig
impl RefUnwindSafe for NakoRuntimeClientConfig
impl Send for NakoRuntimeClientConfig
impl Sync for NakoRuntimeClientConfig
impl Unpin for NakoRuntimeClientConfig
impl UnsafeUnpin for NakoRuntimeClientConfig
impl UnwindSafe for NakoRuntimeClientConfig
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