pub struct FramedEncode<E> { /* private fields */ }Trait Implementations§
Source§impl<E: Debug> Debug for FramedEncode<E>
impl<E: Debug> Debug for FramedEncode<E>
Source§impl<E: Default> Default for FramedEncode<E>
impl<E: Default> Default for FramedEncode<E>
Source§fn default() -> FramedEncode<E>
fn default() -> FramedEncode<E>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<E> Freeze for FramedEncode<E>where
E: Freeze,
impl<E> RefUnwindSafe for FramedEncode<E>where
E: RefUnwindSafe,
impl<E> Send for FramedEncode<E>where
E: Send,
impl<E> Sync for FramedEncode<E>where
E: Sync,
impl<E> Unpin for FramedEncode<E>where
E: Unpin,
impl<E> UnwindSafe for FramedEncode<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