pub struct Register { /* private fields */ }Implementations§
Source§impl Register
impl Register
pub fn new_for_service( adapter: String, regaddr: String, svc_name: String, svc_prefix: String, svc_port: String, svc_ttl: String, debug: bool, ) -> Box<dyn RegisterImpl>
pub fn new_for_client( adapter: String, regaddr: String, svc_name: String, svc_prefix: String, debug: bool, ) -> Box<dyn RegisterImpl>
Auto Trait Implementations§
impl Freeze for Register
impl RefUnwindSafe for Register
impl Send for Register
impl Sync for Register
impl Unpin for Register
impl UnwindSafe for Register
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