pub struct EmbeddedWsdlLoader;Expand description
Serves bundled ONVIF WSDL and XSD files from bytes embedded at compile time.
Official ONVIF WSDLs use relative schemaLocation paths like
"../../../ver10/schema/onvif.xsd" — the filename component is extracted
via rsplit('/') so callers can use either the bare name or a relative path.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmbeddedWsdlLoader
impl RefUnwindSafe for EmbeddedWsdlLoader
impl Send for EmbeddedWsdlLoader
impl Sync for EmbeddedWsdlLoader
impl Unpin for EmbeddedWsdlLoader
impl UnsafeUnpin for EmbeddedWsdlLoader
impl UnwindSafe for EmbeddedWsdlLoader
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