pub struct ShenyuClient { /* private fields */ }Expand description
The shenyu client.
Implementations§
Source§impl ShenyuClient
impl ShenyuClient
Source§impl ShenyuClient
impl ShenyuClient
Sourcepub fn register_uri(&self)
pub fn register_uri(&self)
Register uri.
Sourcepub fn register_all_metadata(&self, enabled: bool)
pub fn register_all_metadata(&self, enabled: bool)
Register metadata.
Sourcepub fn register_discovery_config(&self)
pub fn register_discovery_config(&self)
Register discovery config.
Sourcepub fn offline_register(&self)
pub fn offline_register(&self)
Offline from shenyu.
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