pub struct RosLiteral {
pub inner: String,
}Expand description
Stores the ROS string representation of a literal
Fields§
§inner: StringTrait Implementations§
Source§impl Clone for RosLiteral
impl Clone for RosLiteral
Source§fn clone(&self) -> RosLiteral
fn clone(&self) -> RosLiteral
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 RosLiteral
impl Debug for RosLiteral
Source§impl Display for RosLiteral
impl Display for RosLiteral
Auto Trait Implementations§
impl Freeze for RosLiteral
impl RefUnwindSafe for RosLiteral
impl Send for RosLiteral
impl Sync for RosLiteral
impl Unpin for RosLiteral
impl UnwindSafe for RosLiteral
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