Struct rnotifylib::message::formatted_detail::FormattedString
source · pub struct FormattedString { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for FormattedString
impl Clone for FormattedString
source§fn clone(&self) -> FormattedString
fn clone(&self) -> FormattedString
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 FormattedString
impl Debug for FormattedString
source§impl PartialEq<FormattedString> for FormattedString
impl PartialEq<FormattedString> for FormattedString
source§fn eq(&self, other: &FormattedString) -> bool
fn eq(&self, other: &FormattedString) -> bool
This method tests for
self and other values to be equal, and is used
by ==.