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