pub struct FileWsdlLoader { /* private fields */ }Expand description
A WsdlLoader that resolves import locations relative to a base directory on the filesystem. Used automatically when ServerBuilder::from_wsdl_file() is called.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileWsdlLoader
impl RefUnwindSafe for FileWsdlLoader
impl Send for FileWsdlLoader
impl Sync for FileWsdlLoader
impl Unpin for FileWsdlLoader
impl UnsafeUnpin for FileWsdlLoader
impl UnwindSafe for FileWsdlLoader
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