pub struct Amf3Decoder { /* private fields */ }Expand description
AMF3 decoder with reference tables
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Amf3Decoder
impl RefUnwindSafe for Amf3Decoder
impl Send for Amf3Decoder
impl Sync for Amf3Decoder
impl Unpin for Amf3Decoder
impl UnwindSafe for Amf3Decoder
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