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