pub struct ArchitectClient {}Implementations§
source§impl ArchitectClient
impl ArchitectClient
pub async fn resolve_service(&self, domain_name: &str) -> Result<String>
sourcepub async fn load_symbology_from(&self, endpoint: impl AsRef<str>) -> Result<()>
pub async fn load_symbology_from(&self, endpoint: impl AsRef<str>) -> Result<()>
Load symbology from the given endpoint into global memory.
pub async fn subscribe_l1_book_snapshots_from( &mut self, endpoint: impl AsRef<str>, market_ids: Option<Vec<MarketId>>, ) -> Result<Streaming<L1BookSnapshot>>
Trait Implementations§
source§impl Debug for ArchitectClient
impl Debug for ArchitectClient
source§impl Default for ArchitectClient
impl Default for ArchitectClient
source§fn default() -> ArchitectClient
fn default() -> ArchitectClient
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ArchitectClient
impl RefUnwindSafe for ArchitectClient
impl Send for ArchitectClient
impl Sync for ArchitectClient
impl Unpin for ArchitectClient
impl UnwindSafe for ArchitectClient
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request