pub struct EtcdSpecification;
Expand description
Trait Implementations§
Source§impl Specification for EtcdSpecification
impl Specification for EtcdSpecification
Auto Trait Implementations§
impl Freeze for EtcdSpecification
impl RefUnwindSafe for EtcdSpecification
impl Send for EtcdSpecification
impl Sync for EtcdSpecification
impl Unpin for EtcdSpecification
impl UnwindSafe for EtcdSpecification
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