Struct wick_config::config::components::GrpcUrlComponent
source · pub struct GrpcUrlComponent { /* private fields */ }Expand description
A component exposed as an external microservice.
Implementations§
Trait Implementations§
source§impl Clone for GrpcUrlComponent
impl Clone for GrpcUrlComponent
source§fn clone(&self) -> GrpcUrlComponent
fn clone(&self) -> GrpcUrlComponent
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 GrpcUrlComponent
impl Debug for GrpcUrlComponent
source§impl From<GrpcUrlComponent> for GrpcUrlComponent
impl From<GrpcUrlComponent> for GrpcUrlComponent
source§fn from(def: GrpcUrlComponent) -> Self
fn from(def: GrpcUrlComponent) -> Self
Converts to this type from the input type.
source§impl PartialEq<GrpcUrlComponent> for GrpcUrlComponent
impl PartialEq<GrpcUrlComponent> for GrpcUrlComponent
source§fn eq(&self, other: &GrpcUrlComponent) -> bool
fn eq(&self, other: &GrpcUrlComponent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GrpcUrlComponent
impl Serialize for GrpcUrlComponent
impl StructuralPartialEq for GrpcUrlComponent
Auto Trait Implementations§
impl RefUnwindSafe for GrpcUrlComponent
impl Send for GrpcUrlComponent
impl Sync for GrpcUrlComponent
impl Unpin for GrpcUrlComponent
impl UnwindSafe for GrpcUrlComponent
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