pub struct ListParametersResult {
pub names: Vec<String>,
pub prefixes: Vec<String>,
}Expand description
Result of Node::list_parameters (ROS 2 shape).
Fields§
§names: Vec<String>Matching parameter names.
prefixes: Vec<String>Unique parent prefixes among matches (dot-separated).
Trait Implementations§
Source§impl Clone for ListParametersResult
impl Clone for ListParametersResult
Source§fn clone(&self) -> ListParametersResult
fn clone(&self) -> ListParametersResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListParametersResult
impl Debug for ListParametersResult
Source§impl Default for ListParametersResult
impl Default for ListParametersResult
Source§fn default() -> ListParametersResult
fn default() -> ListParametersResult
Returns the “default value” for a type. Read more
impl Eq for ListParametersResult
Source§impl PartialEq for ListParametersResult
impl PartialEq for ListParametersResult
impl StructuralPartialEq for ListParametersResult
Auto Trait Implementations§
impl Freeze for ListParametersResult
impl RefUnwindSafe for ListParametersResult
impl Send for ListParametersResult
impl Sync for ListParametersResult
impl Unpin for ListParametersResult
impl UnsafeUnpin for ListParametersResult
impl UnwindSafe for ListParametersResult
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.