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