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