pub struct TankEndpoints {
pub message_xsub: String,
pub message_xpub: String,
pub service_frontend: String,
pub service_backend: String,
pub action_backend: String,
}Expand description
Connect endpoints for the message / service / action buses (client-side).
Fields§
§message_xsub: String§message_xpub: String§service_frontend: String§service_backend: String§action_backend: StringTrait Implementations§
Source§impl Clone for TankEndpoints
impl Clone for TankEndpoints
Source§fn clone(&self) -> TankEndpoints
fn clone(&self) -> TankEndpoints
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 TankEndpoints
impl RefUnwindSafe for TankEndpoints
impl Send for TankEndpoints
impl Sync for TankEndpoints
impl Unpin for TankEndpoints
impl UnsafeUnpin for TankEndpoints
impl UnwindSafe for TankEndpoints
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