pub enum QosOverrideRole {
Publisher,
Subscription,
}Expand description
Phase 211.H — which side of a topic a QosOverride targets.
Mirrors the <role> segment of a ROS 2
qos_overrides.<topic>.<role>.<policy> launch parameter.
Variants§
Trait Implementations§
Source§impl Clone for QosOverrideRole
impl Clone for QosOverrideRole
Source§fn clone(&self) -> QosOverrideRole
fn clone(&self) -> QosOverrideRole
Returns a duplicate 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 QosOverrideRole
impl Debug for QosOverrideRole
Source§impl PartialEq for QosOverrideRole
impl PartialEq for QosOverrideRole
impl Copy for QosOverrideRole
impl Eq for QosOverrideRole
impl StructuralPartialEq for QosOverrideRole
Auto Trait Implementations§
impl Freeze for QosOverrideRole
impl RefUnwindSafe for QosOverrideRole
impl Send for QosOverrideRole
impl Sync for QosOverrideRole
impl Unpin for QosOverrideRole
impl UnsafeUnpin for QosOverrideRole
impl UnwindSafe for QosOverrideRole
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