pub struct MetadataClient { /* private fields */ }Implementations§
Source§impl MetadataClient
impl MetadataClient
pub async fn get_server_metadata( &self, ) -> Result<GetServerMetadata200Response, Error<GetServerMetadataError>>
Trait Implementations§
Source§impl Clone for MetadataClient
impl Clone for MetadataClient
Source§fn clone(&self) -> MetadataClient
fn clone(&self) -> MetadataClient
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MetadataClient
impl !RefUnwindSafe for MetadataClient
impl Send for MetadataClient
impl Sync for MetadataClient
impl Unpin for MetadataClient
impl !UnwindSafe for MetadataClient
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