pub struct MeshClientConfig {
pub nats_url: String,
pub registry_url: String,
pub did: String,
pub region: Option<String>,
}Fields§
§nats_url: String§registry_url: String§did: String§region: Option<String>Trait Implementations§
Source§impl Clone for MeshClientConfig
impl Clone for MeshClientConfig
Source§fn clone(&self) -> MeshClientConfig
fn clone(&self) -> MeshClientConfig
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 MeshClientConfig
impl RefUnwindSafe for MeshClientConfig
impl Send for MeshClientConfig
impl Sync for MeshClientConfig
impl Unpin for MeshClientConfig
impl UnsafeUnpin for MeshClientConfig
impl UnwindSafe for MeshClientConfig
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