Struct s7_client::TpktEncoder
source · pub struct TpktEncoder<E>(pub E);Tuple Fields§
§0: ETrait Implementations§
source§impl<E> Default for TpktEncoder<E>where
E: Default,
impl<E> Default for TpktEncoder<E>where E: Default,
source§fn default() -> TpktEncoder<E>
fn default() -> TpktEncoder<E>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<E> RefUnwindSafe for TpktEncoder<E>where E: RefUnwindSafe,
impl<E> Send for TpktEncoder<E>where E: Send,
impl<E> Sync for TpktEncoder<E>where E: Sync,
impl<E> Unpin for TpktEncoder<E>where E: Unpin,
impl<E> UnwindSafe for TpktEncoder<E>where E: 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