Struct shenyu_client_rust::core::ShenyuClient
source · pub struct ShenyuClient { /* private fields */ }Implementations§
source§impl ShenyuClient
impl ShenyuClient
source§impl ShenyuClient
impl ShenyuClient
pub async fn register_uri(&self) -> Result<bool, Error>
pub async fn register_all_metadata(&self, enabled: bool) -> Result<bool, Error>
pub async fn register_discovery_config(&self) -> Result<bool, Error>
pub async fn offline_register(&self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShenyuClient
impl RefUnwindSafe for ShenyuClient
impl Send for ShenyuClient
impl Sync for ShenyuClient
impl Unpin for ShenyuClient
impl UnwindSafe for ShenyuClient
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