pub struct EtcdServer { /* private fields */ }Expand description
Etcd服务器
Implementations§
Auto Trait Implementations§
impl Freeze for EtcdServer
impl !RefUnwindSafe for EtcdServer
impl Send for EtcdServer
impl Sync for EtcdServer
impl Unpin for EtcdServer
impl UnsafeUnpin for EtcdServer
impl !UnwindSafe for EtcdServer
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