Struct aws_smithy_xml::encode::ScopeWriter
source · pub struct ScopeWriter<'a, 'b> { /* private fields */ }
Expand description
Wrap the construction of a tag pair <a></a>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for ScopeWriter<'a, 'b>
impl<'a, 'b> RefUnwindSafe for ScopeWriter<'a, 'b>
impl<'a, 'b> Send for ScopeWriter<'a, 'b>
impl<'a, 'b> Sync for ScopeWriter<'a, 'b>
impl<'a, 'b> Unpin for ScopeWriter<'a, 'b>
impl<'a, 'b> !UnwindSafe for ScopeWriter<'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