pub struct Writer {
pub amf3_encoder: AMF3Encoder,
}Expand description
Handles writing a given LSO
Fields§
§amf3_encoder: AMF3EncoderThe encoder used for writing Value::AMF3() wrapped types
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Writer
impl !RefUnwindSafe for Writer
impl !Send for Writer
impl !Sync for Writer
impl !UnwindSafe for Writer
impl Unpin for Writer
impl UnsafeUnpin for Writer
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