pub enum RosCommand<'t> {
AmentPackage,
CatkinPackage,
AmentTargetDependencies(AmentTargetDependencies<'t>),
}Variants§
Implementations§
Source§impl<'t> RosCommand<'t>
impl<'t> RosCommand<'t>
pub fn from_raw(raw: &RawCommand<'t>) -> Option<Self>
Trait Implementations§
Source§impl<'t> Clone for RosCommand<'t>
impl<'t> Clone for RosCommand<'t>
Source§fn clone(&self) -> RosCommand<'t>
fn clone(&self) -> RosCommand<'t>
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<'t> Debug for RosCommand<'t>
impl<'t> Debug for RosCommand<'t>
Source§impl<'t> PartialEq for RosCommand<'t>
impl<'t> PartialEq for RosCommand<'t>
impl<'t> Eq for RosCommand<'t>
impl<'t> StructuralPartialEq for RosCommand<'t>
Auto Trait Implementations§
impl<'t> Freeze for RosCommand<'t>
impl<'t> RefUnwindSafe for RosCommand<'t>
impl<'t> Send for RosCommand<'t>
impl<'t> Sync for RosCommand<'t>
impl<'t> Unpin for RosCommand<'t>
impl<'t> UnsafeUnpin for RosCommand<'t>
impl<'t> UnwindSafe for RosCommand<'t>
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