pub struct WsService<'a, 'input>(/* private fields */);
Expand description
A WSDL service, usually describing an HTTP endpoint that serves messages bound with a WsBinding
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'input> Freeze for WsService<'a, 'input>
impl<'a, 'input> RefUnwindSafe for WsService<'a, 'input>
impl<'a, 'input> Send for WsService<'a, 'input>
impl<'a, 'input> Sync for WsService<'a, 'input>
impl<'a, 'input> Unpin for WsService<'a, 'input>
impl<'a, 'input> UnwindSafe for WsService<'a, 'input>
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