pub struct ReadCoils<A, V>(/* private fields */);Expand description
Read coils.
Type parameters bind to the address, value, and codec types.
Trait Implementations§
Auto Trait Implementations§
impl<A, V> Freeze for ReadCoils<A, V>
impl<A, V> RefUnwindSafe for ReadCoils<A, V>where
A: RefUnwindSafe,
V: RefUnwindSafe,
impl<A, V> Send for ReadCoils<A, V>
impl<A, V> Sync for ReadCoils<A, V>
impl<A, V> Unpin for ReadCoils<A, V>
impl<A, V> UnsafeUnpin for ReadCoils<A, V>
impl<A, V> UnwindSafe for ReadCoils<A, V>where
A: UnwindSafe,
V: UnwindSafe,
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