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