Struct aws_smithy_xml::encode::ElWriter
source · pub struct ElWriter<'a, 'b> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for ElWriter<'a, 'b>
impl<'a, 'b> RefUnwindSafe for ElWriter<'a, 'b>
impl<'a, 'b> Send for ElWriter<'a, 'b>
impl<'a, 'b> Sync for ElWriter<'a, 'b>
impl<'a, 'b> Unpin for ElWriter<'a, 'b>
impl<'a, 'b> !UnwindSafe for ElWriter<'a, 'b>
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