pub struct CommentText { /* private fields */ }
Implementations§
Source§impl CommentText
impl CommentText
pub fn set_text_string<S: Into<String>>(&mut self, value: S) -> &mut Self
Trait Implementations§
Source§impl Clone for CommentText
impl Clone for CommentText
Source§fn clone(&self) -> CommentText
fn clone(&self) -> CommentText
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 CommentText
impl Debug for CommentText
Source§impl Default for CommentText
impl Default for CommentText
Source§fn default() -> CommentText
fn default() -> CommentText
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommentText
impl RefUnwindSafe for CommentText
impl Send for CommentText
impl Sync for CommentText
impl Unpin for CommentText
impl UnwindSafe for CommentText
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