pub enum LaunchFormat {
Python,
Xml,
Yaml,
Unknown,
}Expand description
The format of a ROS 2 launch file.
Variants§
Trait Implementations§
Source§impl Clone for LaunchFormat
impl Clone for LaunchFormat
Source§fn clone(&self) -> LaunchFormat
fn clone(&self) -> LaunchFormat
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 LaunchFormat
impl Debug for LaunchFormat
Source§impl PartialEq for LaunchFormat
impl PartialEq for LaunchFormat
impl Copy for LaunchFormat
impl Eq for LaunchFormat
impl StructuralPartialEq for LaunchFormat
Auto Trait Implementations§
impl Freeze for LaunchFormat
impl RefUnwindSafe for LaunchFormat
impl Send for LaunchFormat
impl Sync for LaunchFormat
impl Unpin for LaunchFormat
impl UnsafeUnpin for LaunchFormat
impl UnwindSafe for LaunchFormat
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