pub struct JigCurationCommentGetPath(pub JigId, pub CommentId);
Tuple Fields§
§0: JigId
§1: CommentId
Trait Implementations§
Source§impl Clone for JigCurationCommentGetPath
impl Clone for JigCurationCommentGetPath
Source§fn clone(&self) -> JigCurationCommentGetPath
fn clone(&self) -> JigCurationCommentGetPath
Returns a copy 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 JigCurationCommentGetPath
impl Debug for JigCurationCommentGetPath
Auto Trait Implementations§
impl Freeze for JigCurationCommentGetPath
impl RefUnwindSafe for JigCurationCommentGetPath
impl Send for JigCurationCommentGetPath
impl Sync for JigCurationCommentGetPath
impl Unpin for JigCurationCommentGetPath
impl UnwindSafe for JigCurationCommentGetPath
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