pub struct HttpStoreConfig {
pub base_url: String,
}
Fields§
§base_url: String
Implementations§
Trait Implementations§
Source§impl Clone for HttpStoreConfig
impl Clone for HttpStoreConfig
Source§fn clone(&self) -> HttpStoreConfig
fn clone(&self) -> HttpStoreConfig
Returns a copy 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 HttpStoreConfig
impl Debug for HttpStoreConfig
Source§impl From<HttpStoreConfig> for AnyStoreConfig
impl From<HttpStoreConfig> for AnyStoreConfig
Source§fn from(value: HttpStoreConfig) -> Self
fn from(value: HttpStoreConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for HttpStoreConfig
impl RefUnwindSafe for HttpStoreConfig
impl Send for HttpStoreConfig
impl Sync for HttpStoreConfig
impl Unpin for HttpStoreConfig
impl UnwindSafe for HttpStoreConfig
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