pub enum S7ProtocolError {
InvalidProtocolId,
InvalidRosctr,
InvalidParameterType,
InvalidDataType,
EmptyParameters,
DBNotFound,
}Variants§
Trait Implementations§
Source§impl Debug for S7ProtocolError
impl Debug for S7ProtocolError
Auto Trait Implementations§
impl Freeze for S7ProtocolError
impl RefUnwindSafe for S7ProtocolError
impl Send for S7ProtocolError
impl Sync for S7ProtocolError
impl Unpin for S7ProtocolError
impl UnwindSafe for S7ProtocolError
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