Struct ros2_client::parameters::Parameter
source · [−]pub struct Parameter {
pub name: String,
pub value: ParameterValue,
}Expand description
Rust-like representation of ROS2 Parameter
Fields
name: Stringvalue: ParameterValueAuto Trait Implementations
impl RefUnwindSafe for Parameter
impl Send for Parameter
impl Sync for Parameter
impl Unpin for Parameter
impl UnwindSafe for Parameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more