Struct aws_smithy_xml::decode::XmlToken
source · pub struct XmlToken<'inp>(/* private fields */);
Expand description
A new-type wrapper around Token
to prevent the wrapped third party type from showing up in
public API
Trait Implementations§
Auto Trait Implementations§
impl<'inp> Freeze for XmlToken<'inp>
impl<'inp> RefUnwindSafe for XmlToken<'inp>
impl<'inp> Send for XmlToken<'inp>
impl<'inp> Sync for XmlToken<'inp>
impl<'inp> Unpin for XmlToken<'inp>
impl<'inp> UnwindSafe for XmlToken<'inp>
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