pub struct SoapEnvelope { /* private fields */ }Expand description
Builder for SOAP XML request envelopes.
Implementations§
Auto Trait Implementations§
impl Freeze for SoapEnvelope
impl RefUnwindSafe for SoapEnvelope
impl Send for SoapEnvelope
impl Sync for SoapEnvelope
impl Unpin for SoapEnvelope
impl UnsafeUnpin for SoapEnvelope
impl UnwindSafe for SoapEnvelope
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