pub struct ResourceCurationCommentGetPath(pub ResourceId, pub CommentId);
Tuple Fields§
§0: ResourceId
§1: CommentId
Trait Implementations§
Source§impl Clone for ResourceCurationCommentGetPath
impl Clone for ResourceCurationCommentGetPath
Source§fn clone(&self) -> ResourceCurationCommentGetPath
fn clone(&self) -> ResourceCurationCommentGetPath
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 moreAuto Trait Implementations§
impl Freeze for ResourceCurationCommentGetPath
impl RefUnwindSafe for ResourceCurationCommentGetPath
impl Send for ResourceCurationCommentGetPath
impl Sync for ResourceCurationCommentGetPath
impl Unpin for ResourceCurationCommentGetPath
impl UnwindSafe for ResourceCurationCommentGetPath
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