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