pub struct GlowEncoder;Expand description
Encoder for Glow messages.
Implementations§
Auto Trait Implementations§
impl Freeze for GlowEncoder
impl RefUnwindSafe for GlowEncoder
impl Send for GlowEncoder
impl Sync for GlowEncoder
impl Unpin for GlowEncoder
impl UnsafeUnpin for GlowEncoder
impl UnwindSafe for GlowEncoder
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