pub struct MetaServiceConfig {
pub service_url: String,
}Fields§
§service_url: StringTrait Implementations§
Source§impl Clone for MetaServiceConfig
impl Clone for MetaServiceConfig
Source§fn clone(&self) -> MetaServiceConfig
fn clone(&self) -> MetaServiceConfig
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 MetaServiceConfig
impl Debug for MetaServiceConfig
Source§impl<'de> Deserialize<'de> for MetaServiceConfig
impl<'de> Deserialize<'de> for MetaServiceConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MetaServiceConfig
impl RefUnwindSafe for MetaServiceConfig
impl Send for MetaServiceConfig
impl Sync for MetaServiceConfig
impl Unpin for MetaServiceConfig
impl UnsafeUnpin for MetaServiceConfig
impl UnwindSafe for MetaServiceConfig
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