pub enum DdsProviderKind {
Rustdds,
}Expand description
Which crate::DdsProvider the host should construct.
Variants§
Rustdds
Pure-Rust rustdds. The only value in this build.
Trait Implementations§
Source§impl Clone for DdsProviderKind
impl Clone for DdsProviderKind
Source§fn clone(&self) -> DdsProviderKind
fn clone(&self) -> DdsProviderKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DdsProviderKind
impl Debug for DdsProviderKind
Source§impl Default for DdsProviderKind
impl Default for DdsProviderKind
Source§fn default() -> DdsProviderKind
fn default() -> DdsProviderKind
Returns the “default value” for a type. Read more
Source§impl Display for DdsProviderKind
impl Display for DdsProviderKind
Source§impl FromStr for DdsProviderKind
impl FromStr for DdsProviderKind
Source§impl PartialEq for DdsProviderKind
impl PartialEq for DdsProviderKind
impl Copy for DdsProviderKind
impl Eq for DdsProviderKind
impl StructuralPartialEq for DdsProviderKind
Auto Trait Implementations§
impl Freeze for DdsProviderKind
impl RefUnwindSafe for DdsProviderKind
impl Send for DdsProviderKind
impl Sync for DdsProviderKind
impl Unpin for DdsProviderKind
impl UnwindSafe for DdsProviderKind
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