#[non_exhaustive]pub struct RobotSoftwareSuiteBuilder { /* private fields */ }Expand description
A builder for RobotSoftwareSuite.
Implementations§
source§impl RobotSoftwareSuiteBuilder
impl RobotSoftwareSuiteBuilder
sourcepub fn name(self, input: RobotSoftwareSuiteType) -> Self
pub fn name(self, input: RobotSoftwareSuiteType) -> Self
The name of the robot software suite (ROS distribution).
sourcepub fn set_name(self, input: Option<RobotSoftwareSuiteType>) -> Self
pub fn set_name(self, input: Option<RobotSoftwareSuiteType>) -> Self
The name of the robot software suite (ROS distribution).
sourcepub fn get_name(&self) -> &Option<RobotSoftwareSuiteType>
pub fn get_name(&self) -> &Option<RobotSoftwareSuiteType>
The name of the robot software suite (ROS distribution).
sourcepub fn version(self, input: RobotSoftwareSuiteVersionType) -> Self
pub fn version(self, input: RobotSoftwareSuiteVersionType) -> Self
The version of the robot software suite (ROS distribution).
sourcepub fn set_version(self, input: Option<RobotSoftwareSuiteVersionType>) -> Self
pub fn set_version(self, input: Option<RobotSoftwareSuiteVersionType>) -> Self
The version of the robot software suite (ROS distribution).
sourcepub fn get_version(&self) -> &Option<RobotSoftwareSuiteVersionType>
pub fn get_version(&self) -> &Option<RobotSoftwareSuiteVersionType>
The version of the robot software suite (ROS distribution).
sourcepub fn build(self) -> RobotSoftwareSuite
pub fn build(self) -> RobotSoftwareSuite
Consumes the builder and constructs a RobotSoftwareSuite.
Trait Implementations§
source§impl Clone for RobotSoftwareSuiteBuilder
impl Clone for RobotSoftwareSuiteBuilder
source§fn clone(&self) -> RobotSoftwareSuiteBuilder
fn clone(&self) -> RobotSoftwareSuiteBuilder
Returns a copy 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 RobotSoftwareSuiteBuilder
impl Debug for RobotSoftwareSuiteBuilder
source§impl Default for RobotSoftwareSuiteBuilder
impl Default for RobotSoftwareSuiteBuilder
source§fn default() -> RobotSoftwareSuiteBuilder
fn default() -> RobotSoftwareSuiteBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RobotSoftwareSuiteBuilder
impl PartialEq for RobotSoftwareSuiteBuilder
source§fn eq(&self, other: &RobotSoftwareSuiteBuilder) -> bool
fn eq(&self, other: &RobotSoftwareSuiteBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RobotSoftwareSuiteBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RobotSoftwareSuiteBuilder
impl Send for RobotSoftwareSuiteBuilder
impl Sync for RobotSoftwareSuiteBuilder
impl Unpin for RobotSoftwareSuiteBuilder
impl UnwindSafe for RobotSoftwareSuiteBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.