pub struct RustddsProvider;Expand description
First provider. QoS XML is parsed by crate::load_qos.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RustddsProvider
impl RefUnwindSafe for RustddsProvider
impl Send for RustddsProvider
impl Sync for RustddsProvider
impl Unpin for RustddsProvider
impl UnwindSafe for RustddsProvider
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