pub struct LinkComment { /* private fields */ }
Expand description
Optional comment when creating an issue link
Automatically converts plain text to ADF format for v3 API compatibility
Implementations§
Trait Implementations§
Source§impl Debug for LinkComment
impl Debug for LinkComment
Auto Trait Implementations§
impl Freeze for LinkComment
impl RefUnwindSafe for LinkComment
impl Send for LinkComment
impl Sync for LinkComment
impl Unpin for LinkComment
impl UnwindSafe for LinkComment
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